Remove lint

This commit is contained in:
Joe Nelson
2015-12-05 19:50:07 -08:00
parent f4c73c7666
commit 598b2bfbda
+1 -2
View File
@@ -12,8 +12,7 @@ spec :: Spec
spec =
beforeAll (clearTable "items" >> createItems 15)
. afterAll_ (clearTable "items")
. around (withApp $ cfgLimitRows 3) $ do
. around (withApp $ cfgLimitRows 3) $
describe "Requesting many items with server limits enabled" $ do
it "restricts results" $
get "/items"