Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spork doesn't support custom features/ directory #229

Open
rafmagana opened this issue Jun 1, 2013 · 0 comments
Open

Spork doesn't support custom features/ directory #229

rafmagana opened this issue Jun 1, 2013 · 0 comments

Comments

@rafmagana
Copy link

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:

guard :spork, :cucumber_features_directory => 'my_custom_features_directory'

Any other idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant