Object
@private
# File lib/shoulda/matchers/action_controller/set_session_matcher.rb, line 103 def description description = "set session variable #{@key.inspect}" if @value description << " to #{@value.inspect}" end description end
# File lib/shoulda/matchers/action_controller/set_session_matcher.rb, line 93 def failure_message "Expected #{expectation}, but #{result}" end
# File lib/shoulda/matchers/action_controller/set_session_matcher.rb, line 98 def failure_message_when_negated "Didn't expect #{expectation}, but #{result}" end
# File lib/shoulda/matchers/action_controller/set_session_matcher.rb, line 111 def in_context(context) @context = context self end
Generated with the Darkfish Rdoc Generator 2.