grosser / parallel_tests

Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber
3.38k stars 494 forks source link

cannot load gherkin/tag_expression #277

Open teeparham opened 10 years ago

teeparham commented 10 years ago

0.16.3 works. With 0.16.4, I'm getting this error:

.../parallel_tests/cucumber/scenarios.rb:1:in `require': cannot load such file -- gherkin/tag_expression (LoadError)
    from .../parallel_tests/cucumber/scenarios.rb:1:in `<top (required)>'
    from .../parallel_tests/grouper.rb:1:in `require'
    from .../parallel_tests/grouper.rb:1:in `<top (required)>'
    from .../parallel_tests/test/runner.rb:49:in `tests_in_groups'
    from .../parallel_tests/cli.rb:36:in `block in run_tests_in_parallel'
    from .../parallel_tests/cli.rb:172:in `report_time_taken'
    from .../parallel_tests/cli.rb:35:in `run_tests_in_parallel'
    from .../parallel_tests/cli.rb:16:in `run'
    from .../parallel_tests/../../bin/parallel_test:6:in `<main>'

I'm not using cucumber, so I'm not sure why it's trying to load a cucumber scenario file.

grosser commented 10 years ago

Thx, 0.16.5 should fix that!

teeparham commented 10 years ago

Yes, 0.16.5 worked. Thank you!

grosser commented 8 years ago

From email:

we are using your gem along with spinach and have been trying to get the group_by feature working with scenario we are on the latest version of the gem but still running into

require': cannot load such file -- gherkin/tag_expression (LoadError)