summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/round_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/rational/round_spec.rb')
-rw-r--r--spec/ruby/core/rational/round_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/rational/round_spec.rb b/spec/ruby/core/rational/round_spec.rb
index 2b432f3234..efdd44d24c 100644
--- a/spec/ruby/core/rational/round_spec.rb
+++ b/spec/ruby/core/rational/round_spec.rb
@@ -1,5 +1,5 @@
require File.expand_path('../../../shared/rational/round', __FILE__)
describe "Rational#round" do
- it_behaves_like(:rational_round, :round)
+ it_behaves_like :rational_round, :round
end