Method: Workbench.reset_counters!
- Defined in:
- lib/workbench.rb
.reset_counters! ⇒ Object
Reset all counters. It doesn’t happen automatically, you’ll likley want to call this method before or after each test is run
62 63 64 |
# File 'lib/workbench.rb', line 62 def self.reset_counters! COUNTERS.clear end |