Method: LabTech.reset_run_count!

Defined in:
lib/lab_tech.rb

.reset_run_count!Object

Sometimes specs might want to see that an experiment ran, the silly paranoid things



155
156
157
# File 'lib/lab_tech.rb', line 155

def self.reset_run_count!
  run_count.clear
end