Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Tidy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Mar 14, 2012
1 parent 34af536 commit c70eea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parsing_test.rb
Expand Up @@ -120,13 +120,13 @@

it "should ignore a comment inside a unit" do
actual = Sibyl.parse(%{
step multiple a
step any a
-- ignore me
go -> b
})

expected = [
[:step, "multiple", "a", [
[:step, "any", "a", [
[:go, :simple, "b"]]]]

assert_equal expected, actual
Expand Down

0 comments on commit c70eea4

Please sign in to comment.