Method: RSpec::Core::Bisect::ShellRunner#run

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/shell_runner.rb

#run(locations) ⇒ Object



28
29
30
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/shell_runner.rb', line 28

def run(locations)
  run_locations(locations, original_results.failed_example_ids)
end