Re: [rspec-users] Problem with output at running specs

2011-01-19 Thread Rubén Dávila
I've found the culprit!. The method add_index was redefined in an initializer and it was writing to the standard output instead of logger. Very thanks! ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-use

Re: [rspec-users] Problem with output at running specs

2011-01-19 Thread rdavila
I've tried reconfiguring rspec from scratch and I get the same problem. I've too many hours trying to resolve this issue, please give me some hint. Here is the output again: http://pastie.org/1478603 Thanks! ___ rspec-users mailing list rspec-users@ruby

Re: [rspec-users] Problem with output at running specs

2011-01-17 Thread Rubén Dávila
Hi Nick, I get the same result after recreating the database. Thanks. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Problem with output at running specs

2011-01-17 Thread Nick
On Saturday, January 15, 2011 7:56:48 PM UTC-5, rdavila wrote: > > Hi folks, I'm using rspec-rails 1.3.3 with a rails 2.3.2 app, I'm > setting up the test environment, an every time that I run the specs I > get this weird output: http://codepad.org/3bGWsENn > > Do you know how I can get rid of this

[rspec-users] Problem with output at running specs

2011-01-17 Thread rdavila
Hi folks, I'm using rspec-rails 1.3.3 with a rails 2.3.2 app, I'm setting up the test environment, an every time that I run the specs I get this weird output: http://codepad.org/3bGWsENn Do you know how I can get rid of this ugly output? I want to just view my spec output not sql related one. Tha

[rspec-users] Problem with output at running specs

2011-01-15 Thread rdavila
Hi folks, I'm using rspec-rails 1.3.3 with a rails 2.3.2 app, I'm setting up the test environment, an every time that I run the specs I get this weird output: http://codepad.org/3bGWsENn Do you know how I can get rid of this ugly output? I just want to view my spec output not sql related one. Tha