Add more possible ENV variables for tests#127
Add more possible ENV variables for tests#127clayallsopp wants to merge 1 commit intoHipByte:masterfrom
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