Object
@private
# File lib/shoulda/matchers/action_controller/filter_param_matcher.rb, line 48 def description "filter #{@key}" end
# File lib/shoulda/matchers/action_controller/filter_param_matcher.rb, line 38 def failure_message "Expected #{@key} to be filtered; filtered keys: #{filtered_keys.join(', ')}" end
# File lib/shoulda/matchers/action_controller/filter_param_matcher.rb, line 43 def failure_message_when_negated "Did not expect #{@key} to be filtered" end
Generated with the Darkfish Rdoc Generator 2.