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(
controller.active_layout.name works for me.
controller.active_layout.name