Class: RSpecKneesAndToes::RspecBisector

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec_bisector.rb

Instance Method Summary collapse

Instance Method Details

#bisect(seed, failures) ⇒ Object



5
6
7
8
# File 'lib/rspec_bisector.rb', line 5

def bisect(seed, failures)
  puts "Bisecting test group for failing seed #{seed}"
  puts `rspec --seed #{seed} --bisect #{failures.join(' ')}`
end