From 9c73c756244fa27ffa99d81dcc73a4ad14198002 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 21 Dec 2020 01:16:26 +0900 Subject: Use Integer instead of Fixnum/Bignum --- spec/ruby/core/symbol/comparison_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/core/symbol/comparison_spec.rb') diff --git a/spec/ruby/core/symbol/comparison_spec.rb b/spec/ruby/core/symbol/comparison_spec.rb index 173a7da625..613177be05 100644 --- a/spec/ruby/core/symbol/comparison_spec.rb +++ b/spec/ruby/core/symbol/comparison_spec.rb @@ -40,7 +40,7 @@ describe "Symbol#<=>" do (:abc <=> "abc").should be_nil end - it "returns nil if other is a Fixnum" do + it "returns nil if other is an Integer" do (:abc <=> 1).should be_nil end -- cgit v1.2.3