You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: