summaryrefslogtreecommitdiff
path: root/spec/ruby/core/gc/profiler/result_spec.rb
blob: 395cf18400bee2192def37e978543bf426e6a708 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)

describe "GC::Profiler.result" do
  it "returns a string" do
    GC::Profiler.result.should be_kind_of(String)
  end
end