Method: Res::Formatters::Rspec#start
- Defined in:
- lib/res/formatters/rspec.rb
#start(notification) ⇒ Object
Called when rspec starts execution
24 25 26 27 |
# File 'lib/res/formatters/rspec.rb', line 24 def start notification @count = 0 @child = 0 end |