views:

8

answers:

0

I have a bunch of tests in my spec file and in this way I run just one of them:

rake spec SPEC=spec/integration/gardens_spec.rb SPEC_OPTS="-e \"should foo\""

If there is any way to run 2-3 of them with a single command(let's call those testcases "should bar" & "should baz")?