[rspec-users] [Rails] [Bug] use_transactional_fixtures = false suppress the 'fixtures' method

2010-09-04 Thread Lailson Bandeira
ning the issue ticket. And thanks for this great thing that RSpec is -- LAILSON BANDEIRA http://lailsonbandeira.com/ ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] [Rails] [Bug] use_transactional_fixtures = false suppress the 'fixtures' method

2010-09-04 Thread Lailson Bandeira
ning the issue ticket. And thanks for this great thing that RSpec is -- LAILSON BANDEIRA http://lailsonbandeira.com/ ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] [Rails] [Bug] use_transactional_fixtures = false suppress the 'fixtures' method

2010-09-04 Thread Lailson Bandeira
Ok David. Here it is: http://github.com/rspec/rspec-rails/issues#issue/197 Thanks for your fast response -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Sat, Sep 4, 2010 at 5:47 PM, David Chelimsky wrote: > > On Sep 3, 2010, at 7:41 PM, Lailson Bandeira wrote: > > Hi folks, >

Re: [rspec-users] Options for .rspec, or a verbose mode?

2010-09-21 Thread Lailson Bandeira
> > And I wanna know if is there a verbose mode of running my specs, listing > their 'describes' and/or 'its'? You can use --format documentation to do this. Is there some place where all the options are documented, folks? (besides the code =P) -- LAILSON BANDEI

Re: [rspec-users] Conditional before() blocks in spec_helper based on metadata?

2010-09-21 Thread Lailson Bandeira
Look at this example for javascript pages: http://gist.github.com/518636. I think you can do something like that. -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Tue, Sep 21, 2010 at 10:45 AM, John Feminella wrote: > I have some tests that need to load my application's seed data pr

Re: [rspec-users] Options for .rspec, or a verbose mode?

2010-09-21 Thread Lailson Bandeira
Well, it's a very unexpected place to put… help! =D -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Tue, Sep 21, 2010 at 10:09 PM, David Chelimsky wrote: > > On Sep 21, 2010, at 8:00 PM, Lailson Bandeira wrote: > > And I wanna know if is there a verbose mode of running

Re: [rspec-users] RSpec-2.0.0 is released!

2010-10-12 Thread Lailson Bandeira
David's level of productive output really does boggle my mind. The Ruby community is extremely lucky to have him. [2] =D Great job, David! -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Mon, Oct 11, 2010 at 6:06 PM, Dan North wrote: > What Aslak said. A lot. > > G

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 &