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
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
Convention over configuration is great except when it's impossible to adjust. I have my sauce_helper in ./helper/sauce_helper.rb This generates an error:
Could not find Sauce configuration. Please make sure one of the following files exists:
- ./spec/sauce_helper.rb
- ./spec/spec_helper.rb
- ./features/support/sauce_helper.rb
It'd be nice to support allowing the user to supply the exact location of the sauce helper so that the gem doesn't guess and then fail.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Convention over configuration is great except when it's impossible to adjust. I have my sauce_helper in
./helper/sauce_helper.rb
This generates an error:It'd be nice to support allowing the user to supply the exact location of the sauce helper so that the gem doesn't guess and then fail.
The text was updated successfully, but these errors were encountered: