Method: ActiveOperation::Matcher::Execution::SucceedToPerform#description
- Defined in:
- lib/active_operation/matcher/execution.rb
#description ⇒ Object
78 79 80 81 82 83 |
# File 'lib/active_operation/matcher/execution.rb', line 78 def description description = "succeed to perform" description += " when initialized with custom input (#{input_as_text})" if input description += " and return the expected result (#{result_as_text})" if result description end |