aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/gc/profiler/total_time_spec.rb
blob: 60fe8f182eecad181f1651124273aa193cc24939 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)

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