]> git.immae.eu Git - github/fretlink/squeal-hspec.git/blob - README.md
Add minimal README
[github/fretlink/squeal-hspec.git] / README.md
1 # squeal-hspec
2
3 Helpers for creating database tests with hspec and squeal, inspired by Jonathan Fischoff's
4 [hspec-pg-transact](http://hackage.haskell.org/package/hspec-pg-transact).
5
6 This uses @tmp-postgres@ to automatically and connect to a temporary instance of postgres on a random port.
7
8 Current version is done to operate with Squeal 0.4.0.0.
9
10 `describeDB` lets you initate a series of `itDB` specs which will operate in the same context.
11 It takes migrations to run and a series of fixtures to fill the database.