# File lib/shoulda/action_controller/matchers/assign_to_matcher.rb, line 18 18: def assign_to(variable) 19: AssignToMatcher.new(variable) 20: end