upgrade hspec-wai, get tests passing.

This commit is contained in:
Adam C. Baker
2014-09-24 19:08:05 -07:00
parent 7f9e97b16d
commit cf5510c425
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ spec = around appWithFixture $ do
`shouldRespondWith` ResponseMatcher {
matchBody = Nothing,
matchStatus = 201,
matchHeaders = [("Location", "/compound_pk?k1=eq.12&k2=eq.42")]
matchHeaders = ["Location" <:> "/compound_pk?k1=eq.12&k2=eq.42"]
}
describe "Putting record" $ do