S
Suraj Kurapati
Hello,
I'm using Ruby 1.9.2p136 with Minitest 2.0.2 where the --name option
is accepting a partial test name regexp (/foo/) but not a complete
test name regexp (/foo bar baz/), as demonstrated below. Any ideas?
Thanks for your consideration.
#-----------------------------------------------------------------
# ruby foo.rb -n '/foo/'
#-----------------------------------------------------------------
Loaded suite foo
Started
["foo", "bar", "baz"]
["foo", "bar", "baz"]
I'm using Ruby 1.9.2p136 with Minitest 2.0.2 where the --name option
is accepting a partial test name regexp (/foo/) but not a complete
test name regexp (/foo bar baz/), as demonstrated below. Any ideas?
Thanks for your consideration.
#-----------------------------------------------------------------
# ruby foo.rb -n '/foo/'
#-----------------------------------------------------------------
Loaded suite foo
Started
["foo", "bar", "baz"]
["foo", "bar", "baz"]