We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b7fa0 commit 5c55326Copy full SHA for 5c55326
README.md
@@ -1,22 +1,3 @@
1
-## Installation
2
-
3
-Until `snap-1.0` is released, install it via git submodules:
4
5
-```bash
6
-cd path/to/hspec-snap
7
-git submodule update --init --recursive
8
-```
9
10
-If you are using stack, you should be all set. If you are using cabal sandboxes, run the following:
11
12
13
-./init-sandbox.sh
14
-cabal install --only-dep --enable-tests
15
-cabal build
16
17
18
-If you are using `hspec-snap` as part of a project that already depends on `snap-1.0`, the above isn't necessary.
19
20
## About
21
22
`hspec-snap` is a library to allow you to write tests against Snap web
0 commit comments