aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/numeric/real_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/numeric/real_spec.rb')
-rw-r--r--spec/ruby/core/numeric/real_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/numeric/real_spec.rb b/spec/ruby/core/numeric/real_spec.rb
index 8702dcc7c2..2d2499bcce 100644
--- a/spec/ruby/core/numeric/real_spec.rb
+++ b/spec/ruby/core/numeric/real_spec.rb
@@ -7,7 +7,7 @@ describe "Numeric#real" do
20, # Integer
398.72, # Float
Rational(3, 4), # Rational
- bignum_value, # Integer
+ bignum_value, # Bignum
infinity_value,
nan_value
].map{ |n| [n, -n] }.flatten