with_time

in rspec_stats/rspec_query.rb [155:160]


  def with_time
    stime = Time.now
    yield
    puts "time: #{Time.now - stime}"
  end