Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Fixed specs
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed May 16, 2016
1 parent 40e2d1f commit 4a218e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@

it { should parse "foo" }
it { should parse "foo-bar" }
it { should parse "foo2" }
it { should_not parse "Foo" }
it { should_not parse "-foo" }
it { should_not parse "foo2" }
it { should_not parse "foo?" }
it { should_not parse "foo_bar" }
end
Expand Down

0 comments on commit 4a218e1

Please sign in to comment.