class Shoulda::ActionController::Matchers::AssignToMatcher

def with(expected_value)

def with(expected_value)
  @expected_value = expected_value
  self
end