1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00

Rename the test for rule assignments.

This commit is contained in:
Rob Rix 2017-04-07 14:48:02 -04:00
parent df130daceb
commit f082473b4f

View File

@ -6,7 +6,7 @@ import Test.Hspec
spec :: Spec
spec = do
describe "runAssignment" $ do
describe "rule" $ do
it "matches nodes" $
runAssignment red [ast Red "hello" []] `shouldBe` Just ([], Out "hello")