-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add more possible ENV variables for tests #127
base: master
Are you sure you want to change the base?
Conversation
adds some parity to Rails + RSpec options
What's the benefit of having these different names? |
it's annoying when switching from Rails to remember that RubyMotion's spec task has a different ENV variable for specifying specific tests |
and not just Rails - I'm unaware of any other Ruby testing lib which uses |
👍 |
I can see that being helpful. Could you please point me to the docs for both env vars? I'm unable to easily find the canonical ones. |
Rails/Rake: http://ruby-doc.org/stdlib-2.0.0/libdoc/rake/rdoc/Rake/TestTask.html
|
Perfect, thanks! |
👍 Do we add this? |
And I think we can deprecate |
Adds some parity to Rails + RSpec options