class Shoulda::Matchers::ActionController::RenderWithLayoutMatcher
def matches?(controller)
def matches?(controller) @controller = controller rendered_with_layout? && rendered_with_expected_layout? end
def matches?(controller) @controller = controller rendered_with_layout? && rendered_with_expected_layout? end