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
-2
View File
@@ -26,7 +26,6 @@ spec = around appWithFixture $ do
describe "Table info" $
it "is available with OPTIONS verb" $
-- {{{ big json object
request methodOptions "/auto_incrementing_pk" [] "" `shouldRespondWith` [json|
{
"pkey":["id"],
@@ -69,4 +68,3 @@ spec = around appWithFixture $ do
"position":2}}
}
|]
-- }}}