X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=test%2FTest.hs;h=1fd58da97d33508f47683c03194ef191076e5553;hp=fd2466677b3c80702f25482dc5e515225e8eb142;hb=d94df9a0302192037f92e9bdf4c99b92ce84fa4d;hpb=3081abf6552222c5dfc7928d4c708dd03015548e diff --git a/test/Test.hs b/test/Test.hs index fd24666..1fd58da 100644 --- a/test/Test.hs +++ b/test/Test.hs @@ -36,6 +36,8 @@ main = hspec $ do mainSymbol ^. location . range `shouldBe` Range (Position 3 0) (Position 3 4) mainSymbol ^. containerName `shouldBe` Nothing - describe "replay session" $ + describe "replay session" $ do it "passes a test" $ replaySession "test/recordings/renamePass" `shouldReturn` True + it "fails a test" $ + replaySession "test/recordings/renameFail" `shouldReturn` False \ No newline at end of file