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(
I had to write the following to make this work:
response.should render_template("layouts/some_folder/some_layout", "template-name")