1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Rename the test.

This commit is contained in:
Rob Rix 2017-04-06 14:13:09 -04:00
parent ecdb6a1d59
commit 68724970d0

View File

@ -9,5 +9,5 @@ import Test.Hspec
spec :: Spec
spec = do
describe "stepAssignment" $ do
it "should match a comment" $ do
it "matches nodes" $ do
stepAssignment comment [Rose (Node Comment "hello") []] `shouldBe` Just ([], wrapU (Comment.Comment "hello") :: Program Syntax ())