Method: RspecTap::Formatter#start
- Defined in:
- lib/rspec_tap/formatter.rb
#start(notification) ⇒ Object
22 23 24 25 |
# File 'lib/rspec_tap/formatter.rb', line 22 def start(notification) super(notification) output.puts "1..#{notification.count}" end |