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: Plain Text code - 35 lines - codepad
Do you know how I can get rid of this ugly output? I just want to view
my spec output not sql related one.
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: Plain Text code - 35 lines - codepad
Do you know how I can get rid of this ugly output? I just want to view
my spec output not sql related one.
Thanks in advance.
Try recreating your test DB:
$ rake db:test:prepare