1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Re-un-enable the crashers-todo tests.

This commit is contained in:
Rob Rix 2016-02-22 13:21:23 -07:00
parent 66b3a18ac0
commit 88693119e0

View File

@ -22,7 +22,7 @@ import Test.Hspec
spec :: Spec
spec = parallel $ do
describe "crashers crash" $ runTestsIn "test/crashers-todo/" ((`shouldThrow` anyException) . return . uncurry (==))
-- describe "crashers crash" $ runTestsIn "test/crashers-todo/" ((`shouldThrow` anyException) . return)
describe "crashers should not crash" $ runTestsIn "test/crashers/" (uncurry shouldBe)
describe "todos are incorrect" $ runTestsIn "test/diffs-todo/" (uncurry shouldNotBe)
describe "should produce the correct diff" $ runTestsIn "test/diffs/" (uncurry shouldBe)