removing shouldContain since hspec provides it!

This commit is contained in:
Kazu Yamamoto
2013-09-03 11:44:59 +09:00
parent 159c181323
commit 1b862ca107
7 changed files with 8 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ checkFast file ans = withDirectory_ "test/data" $ do
(strVer,_) <- getGHCVersion
cradle <- findCradle Nothing strVer
res <- debugInfo defaultOptions cradle strVer file
lines res `shouldContain` ans
lines res `shouldContain` [ans]
spec :: Spec
spec = do