aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/gc/profiler/enable_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/gc/profiler/enable_spec.rb')
-rw-r--r--spec/ruby/core/gc/profiler/enable_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/gc/profiler/enable_spec.rb b/spec/ruby/core/gc/profiler/enable_spec.rb
index 1594511675..313ca3d949 100644
--- a/spec/ruby/core/gc/profiler/enable_spec.rb
+++ b/spec/ruby/core/gc/profiler/enable_spec.rb
@@ -12,6 +12,6 @@ describe "GC::Profiler.enable" do
it "enables the profiler" do
GC::Profiler.enable
- GC::Profiler.enabled?.should == true
+ GC::Profiler.should.enabled?
end
end