Re: [rspec-users] running 1 example

2009-05-18 Thread Mark Wilden
On Mon, May 18, 2009 at 6:46 AM, David Chelimsky wrote: > On Mon, May 18, 2009 at 7:04 AM, lawrence.pit > wrote: > > Hi, > > > > Suppose you have a file with dozens of examples within several > > describe/context blocks, and you wanted to focus on just one example. > > Is there an easy way to run

Re: [rspec-users] running 1 example

2009-05-18 Thread David Chelimsky
On Mon, May 18, 2009 at 7:04 AM, lawrence.pit wrote: > Hi, > > Suppose you have a file with dozens of examples within several > describe/context blocks, and you wanted to focus on just one example. > Is there an easy way to run just that one example instead of all the > examples in the file? $ sp

[rspec-users] running 1 example

2009-05-18 Thread lawrence.pit
Hi, Suppose you have a file with dozens of examples within several describe/context blocks, and you wanted to focus on just one example. Is there an easy way to run just that one example instead of all the examples in the file? Cheers, Lawrence ___ rs