Method: ActionOperation::Error::MissingError#message
- Defined in:
- lib/action_operation/error/missing_error.rb
#message ⇒ Object
8 9 10 |
# File 'lib/action_operation/error/missing_error.rb', line 8 def "expected to see #{@step.name} but the receiver (#{@step.receiver.name}) didn't support it" end |