cucumber-attic / gherkin2

A fast Gherkin parser in Ragel (The parser behind Cucumber)
MIT License
382 stars 221 forks source link

Warning "Useless use of == in void context" #311

Closed abinoam closed 10 years ago

abinoam commented 10 years ago

Just a minor issue.

When

rake clean spec

It warns like...

rspec spec --color --warnings
/Users/abinoam/src/gherkin/spec/gherkin/i18n_spec.rb:204 warning: Useless use of == in void context.
....................................................................................................

PR soon