Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenxl/hellospec
A quick example of how to set up HSpec tests that require a DB. See `git log` for clarity.
https://github.com/stevenxl/hellospec
Last synced: about 1 month ago
JSON representation
A quick example of how to set up HSpec tests that require a DB. See `git log` for clarity.
- Host: GitHub
- URL: https://github.com/stevenxl/hellospec
- Owner: StevenXL
- Created: 2019-11-14T17:25:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T13:34:48.000Z (about 5 years ago)
- Last Synced: 2024-11-30T12:33:25.856Z (about 2 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloSpec
This is a repository showing how to create an
[hspec](https://www.stackage.org/lts-11.6/package/hspec-2.4.8) test suite when
the tests require access to a database.Please read the commit history via `git log` for further clarity.
This is a [Haskell
script](https://tech.fpcomplete.com/haskell/tutorial/stack-script) and can be
ran via `stack HelloSpec.hs`.