method

raise_block_failed_error

rspec latest stable - Class: Spec::Mocks::ErrorGenerator
raise_block_failed_error(sym, detail)
public

No documentation available.

# 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