cucumber-attic / gherkin2

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

at linux,inputs cucumber then open below error ,please tell me,thanks . #287

Closed anyan closed 10 years ago

anyan commented 10 years ago

invalid byte sequence in UTF-8 (ArgumentError) /usr/lib/ruby/vendor_ruby/cucumber/cli/configuration.rb:93:in block in all_files_to_load' /usr/lib/ruby/vendor_ruby/cucumber/cli/configuration.rb:93:inreject!' /usr/lib/ruby/vendor_ruby/cucumber/cli/configuration.rb:93:in all_files_to_load' /usr/lib/ruby/vendor_ruby/cucumber/cli/configuration.rb:102:insupport_to_load' /usr/lib/ruby/vendor_ruby/cucumber/runtime.rb:174:in load_step_definitions' /usr/lib/ruby/vendor_ruby/cucumber/runtime.rb:40:inrun!' /usr/lib/ruby/vendor_ruby/cucumber/cli/main.rb:38:in execute!' /usr/lib/ruby/vendor_ruby/cucumber/cli/main.rb:15:inexecute' /usr/bin/cucumber:14:in `

'

os97673 commented 10 years ago

it looks like one of your feature file contains non-UTF-8. But this is a Gherkin's issues tracker not Cucumber's one. ALso I'd suggest to send your questions to cucumber's mailing list in case need support.