Method: HaveProtectedInstanceMethodMatcher#failure_message
- Defined in:
- lib/mspec/matchers/have_protected_instance_method.rb
#failure_message ⇒ Object
9 10 11 12 |
# File 'lib/mspec/matchers/have_protected_instance_method.rb', line 9 def ["Expected #{@mod} to have protected instance method '#{@method.to_s}'", "but it does not"] end |