Method: RSpec::RubyContentMatchers::HaveBlock#failure_message
- Defined in:
- lib/code_spec/matchers/have_block.rb
#failure_message ⇒ Object
46 47 48 49 |
# File 'lib/code_spec/matchers/have_block.rb', line 46 def super display "Expected there to be a block #{name}#{args_msg}#{block_args_msg}, but there wasn't" end |