class RSpec::Core::Example

Private Instance Methods

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