Re: [rspec-users] [RSpec]Doubt while Testing with RSpec

2010-06-24 Thread David Chelimsky
On Jun 20, 2010, at 1:37 AM, Narayanan wrote: > Hi, > > I have a library of RSpec Test examples. Now, from an upper ruby > layer, I need to run only individual separate test example from the > library that matches a particular string in the upper layer. > > For Example: > > My RSpec library fil

[rspec-users] [RSpec]Doubt while Testing with RSpec

2010-06-24 Thread Narayanan
Hi, I have a library of RSpec Test examples. Now, from an upper ruby layer, I need to run only individual separate test example from the library that matches a particular string in the upper layer. For Example: My RSpec library file contains many test examples like: describe arithmetic do it