Method: RSpec::RubyContentMatchers::HaveBlock#failure_message

Defined in:
lib/code_spec/matchers/have_block.rb

#failure_messageObject



46
47
48
49
# File 'lib/code_spec/matchers/have_block.rb', line 46

def failure_message   
  super
  display "Expected there to be a block #{name}#{args_msg}#{block_args_msg}, but there wasn't"
end