class RSpec::Mocks::ErrorGenerator

def raise_block_failed_error(sym, detail)

def raise_block_failed_error(sym, detail)
  __raise "#{intro} received :#{sym} but passed block failed with: #{detail}"
end