Simon Strandgaard wrote: > On Sunday 15 August 2004 22:05, David Heinemeier Hansson wrote: > >>>prompt> ruby test_me.rb --name "test_.*something.*" >>> >>>so that all tests with 'something' in their method name gets invoked. >> >>This is already in. You just need to pass a regular expression instead >>of a string: >> >>ruby test_me.rb -n /test_.*something.*/ >> >>Very useful... > > > Ok.. hmm Thanks.. (how did I overlooked that?) Yeah, same here. Quite nice. James