Skip to content
Snippets Groups Projects
Verified Commit 57a8d1fd authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Do not die on non-existent tests

parent 3b8108dd
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@ where
spec :: Spec
spec = do
describe "form" do
it "has tests written" do
False
return ()
-- vim:set ft=haskell sw=2 ts=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment