method
raise_block_failed_error
raise_block_failed_error(sym, detail)
public
Hide source
# File lib/spec/mocks/error_generator.rb, line 34 def raise_block_failed_error(sym, detail) __raise "#{intro} received :#{sym} but passed block failed with: #{detail}" end