class RSpec::Core::Example

Private Instance Methods

start(reporter) click to toggle source
# File lib/rspec/longrun/core_ext.rb, line 36
def start(reporter)
  start_without_reporter(reporter)
  @example_group_instance.instance_variable_set(:@_rspec_reporter, reporter)
end
Also aliased as: start_without_reporter
start_without_reporter(reporter)
Alias for: start