# File lib/shoulda/action_controller/matchers/set_session_matcher.rb, line 12 12: def set_session(key) 13: SetSessionMatcher.new(key) 14: end