I am using Capybara in combination with rspec for integration testing
of rails apps.

I would like any errors (routing errors, errors in a controller,
anything) generated during a test to be printed the same as "puts"
statements in rspec's output. Is this possible?  Additionally, is this
a reasonable idea, or am I just being silly?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to