class Shoulda::Matchers::Independent::DelegateMethodMatcher::DelegateObjectNotSpecified
@private
Public Instance Methods
Source
# File lib/shoulda/matchers/independent/delegate_method_matcher/target_not_defined_error.rb, line 7 def message 'Delegation needs a target. Use the #to method to define one, e.g. `post_office.should delegate(:deliver_mail).to(:mailman)`'.squish end