Method: Nitrous::TestContext#summary_with_benchmark

Defined in:
lib/nitrous/test_context.rb

#summary_with_benchmarkObject



44
45
46
# File 'lib/nitrous/test_context.rb', line 44

def summary_with_benchmark
  summary + " -- #{Time.now - @start_time} seconds"
end