class Shoulda::ActionController::Matchers::RespondWithMatcher
def matches?(controller)
def matches?(controller) @controller = controller correct_status_code? || correct_status_code_range? end
def matches?(controller) @controller = controller correct_status_code? || correct_status_code_range? end