One of my controllers directly renders some JSON output that I would
like to test with RSpec. For that I use 'response.should
have_text("foobar")' in my spec file, but that leads to a

Failure/Error: response.should have_text("enim")
undefined method `has_text?' for #<ActionController::TestResponse:
0xb6736944>

I read here somewhere that webrat should be in the Gemfile, but that
also did not solve the problem.

Best regards,
Kai

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to