Method: Wukong::SpecHelpers::ExitCodeMatcher#failure_message
- Defined in:
- lib/wukong/spec_helpers/integration_tests/integration_test_matchers.rb
#failure_message ⇒ Object
:nodoc:
168 169 170 |
# File 'lib/wukong/spec_helpers/integration_tests/integration_test_matchers.rb', line 168 def "From within #{runner.cwd} ran\n\n#{formatted_env}\n#{formatted_command}\n\nexpecting #{expected_exit_code_description} Got #{runner.exit_code} instead.#{formatted_error_output}" end |