Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.