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(
response.should render_template("layouts/some_folder/some_layout") response.should render_template("template-name")