Open rafmagana opened 11 years ago
I'm trying to make it work with guard-cucumber which supports the :feature_sets option:
:feature_sets => ['my_custom_features_directory']
But Spork always uses 'features/' directory:
https://github.com/sporkrb/spork/blob/master/lib/spork/test_framework/cucumber.rb#L3
So it tries to find the support/env.rb file in the 'features/' directory. It'd be good to have an option like that in Spork, so that I can do something like this:
support/env.rb
guard :spork, :cucumber_features_directory => 'my_custom_features_directory'
Any other idea?
I'm trying to make it work with guard-cucumber which supports the :feature_sets option:
But Spork always uses 'features/' directory:
https://github.com/sporkrb/spork/blob/master/lib/spork/test_framework/cucumber.rb#L3
So it tries to find the
support/env.rb
file in the 'features/' directory. It'd be good to have an option like that in Spork, so that I can do something like this:Any other idea?