aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/rational/to_r_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/rational/to_r_spec.rb')
-rw-r--r--spec/ruby/core/rational/to_r_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/rational/to_r_spec.rb b/spec/ruby/core/rational/to_r_spec.rb
index 6e44cf1b23..b2aaa1bc8b 100644
--- a/spec/ruby/core/rational/to_r_spec.rb
+++ b/spec/ruby/core/rational/to_r_spec.rb
@@ -1,7 +1,7 @@
require File.expand_path('../../../shared/rational/to_r', __FILE__)
describe "Rational#to_r" do
- it_behaves_like(:rational_to_r, :to_r)
+ it_behaves_like :rational_to_r, :to_r
it "raises TypeError trying to convert BasicObject" do
obj = BasicObject.new