S
Simon Strandgaard
It would be awesome if I could say
prompt> ruby test_me.rb --name "test_.*something.*"
so that all tests with 'something' in their method name gets invoked.
However on ruby 1.8.1.. only zero tests are being invoked.
So I guess it isn't supported.
Such feature would be awesome.
Thanks in advance.
prompt> ruby test_me.rb --name "test_.*something.*"
so that all tests with 'something' in their method name gets invoked.
However on ruby 1.8.1.. only zero tests are being invoked.
So I guess it isn't supported.
Such feature would be awesome.
Thanks in advance.