Method: Res::Formatters::Rspec#stop

Defined in:
lib/res/formatters/rspec.rb

#stop(stop_notification) ⇒ Object

Called At the end of the suite



131
132
133
134
135
136
137
# File 'lib/res/formatters/rspec.rb', line 131

def stop(stop_notification)
  @ir = ::Res::IR.new( :type        => 'Rspec',
                      :started     => @start_time,
                      :results     => result,
                      :finished    => Time.now()
                      )
end