Re: [rspec-users] Rake task for focused examples

2010-11-03 Thread Lailson Bandeira
Humm, I did not know about the run_all_when_everything_filtered option. It's very useful for me… -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Wed, Nov 3, 2010 at 11:12 AM, Toni Tuominen wrote: > Ok, thanks. That functionality is enough for me for now at least. > > - Toni > > On Wed, Nov 3

Re: [rspec-users] Rake task for focused examples

2010-11-03 Thread Toni Tuominen
Ok, thanks. That functionality is enough for me for now at least. - Toni On Wed, Nov 3, 2010 at 2:40 PM, David Chelimsky wrote: > On Nov 3, 2010, at 1:08 AM, Toni Tuominen wrote: > >> Hi, >> >> Is it possible to make a rake task to run examples with a certain >> filter on? In this case I want to

Re: [rspec-users] Rake task for focused examples

2010-11-03 Thread David Chelimsky
On Nov 3, 2010, at 1:08 AM, Toni Tuominen wrote: > Hi, > > Is it possible to make a rake task to run examples with a certain > filter on? In this case I want to run rake spec:focused and run only > the examples with :focus => true. Not yet. Right now (2.0.1) the only way to define filters is in

[rspec-users] Rake task for focused examples

2010-11-03 Thread Toni Tuominen
Hi, Is it possible to make a rake task to run examples with a certain filter on? In this case I want to run rake spec:focused and run only the examples with :focus => true. - Toni ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.o