summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/real_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/complex/real_spec.rb')
-rw-r--r--spec/ruby/core/complex/real_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/complex/real_spec.rb b/spec/ruby/core/complex/real_spec.rb
index 1293e02d3c..a663be117f 100644
--- a/spec/ruby/core/complex/real_spec.rb
+++ b/spec/ruby/core/complex/real_spec.rb
@@ -1,7 +1,7 @@
require File.expand_path('../../../shared/complex/real', __FILE__)
describe "Complex#real" do
- it_behaves_like(:complex_real, :real)
+ it_behaves_like :complex_real, :real
end
describe "Complex#real?" do