> >> Capybara is not a rails-specific solution so it doesn't know anything >> about rails's rendering logic etc. I'm also fairly sure Jonas will say >> that it's something that won't be implemented. > > Makes sense. So if we decided this was a bug, which lib should own this?
Personally I don't see why rspec needs to offer integration level tools in controller specs at all. If people want to render views and assert the rendered content I think they should use this gem for that http://github.com/grimen/rspec_tag_matchers. Overall it's an excellent tool for any case where you need to assert html. I've found it to be of great value in helper specs. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users