Object
@private
# File lib/shoulda/matchers/action_controller/callback_matcher.rb, line 179 def description "have :#{method_name} as a #{kind}_#{callback_type}" end
# File lib/shoulda/matchers/action_controller/callback_matcher.rb, line 169 def failure_message "Expected that #{controller_class.name} would have :#{method_name} as a #{kind}_#{callback_type}" end
# File lib/shoulda/matchers/action_controller/callback_matcher.rb, line 174 def failure_message_when_negated "Expected that #{controller_class.name} would not have :#{method_name} as a #{kind}_#{callback_type}" end
Generated with the Darkfish Rdoc Generator 2.