summaryrefslogtreecommitdiff
path: root/spec/ruby/core/gc/profiler/total_time_spec.rb
blob: 7709f168dd5ee655981866670287fb533c4b5e88 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'

describe "GC::Profiler.total_time" do
  it "returns an float" do
    GC::Profiler.total_time.should be_kind_of(Float)
  end
end