class Shoulda::Matchers::ActionController::RescueFromMatcher

def with(method)

def with(method)
  @expected_method = method
  self
end