Skip to content

Commit

Permalink
Fix description for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Apr 30, 2012
1 parent 29743df commit a588b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RunSpec.hs
Expand Up @@ -11,5 +11,5 @@ main = hspecX spec
spec :: Specs
spec = do
describe "doctest" $ do
it "reverses a list" $ do
it "exits with ExitFailure, if at least one test case fails" $ do
doctest ["test/integration/failing/Foo.hs"] `shouldThrow` (== ExitFailure 1)

0 comments on commit a588b2a

Please sign in to comment.