Is it possible to test the use of a given layout using RSpec with Rails, for example I\'d like a matcher that does the following:
response.should use_layout(
David Chelimsky posted a good answer over on the Ruby Forum:
response.should render_template("layouts/some_layout")