relevance / blue-ridge

Framework for JavaScript Testing (currently a Rails Plugin)
http://groups.google.com/group/blueridgejs
MIT License
480 stars 40 forks source link

Ability to run multiple tests from command line #32

Open kmdavis opened 14 years ago

kmdavis commented 14 years ago

Currently, you can only run 1 test, or all tests. Would be nice to be able to run 2 or 3. ex: rake test:javascripts TEST=foo TEST=bar or maybe: rake test:javascripts TEST=foo,bar