--- rspec-core-2.14.8/spec/rspec/core/memoized_helpers_spec.rb.ruby24 2017-02-17 16:22:33.306398976 +0900 +++ rspec-core-2.14.8/spec/rspec/core/memoized_helpers_spec.rb 2017-02-17 19:01:54.597667276 +0900 @@ -380,7 +380,7 @@ end its([:a]) { should eq("Symbol: a") } its(['a']) { should eq("String: a") } - its([:b, 'c', 4]) { should eq("Symbol: b; String: c; Fixnum: 4") } + its([:b, 'c', 4]) { should eq("Symbol: b; String: c; Integer: 4") } its(:name) { should eq("George") } context "when referring to an attribute without the proper array syntax" do context "it raises an error" do --- rspec-core-2.14.8/lib/rspec/core/rake_task.rb.ruby24 2017-02-17 16:22:33.288398906 +0900 +++ rspec-core-2.14.8/lib/rspec/core/rake_task.rb 2017-02-17 16:48:35.937522005 +0900 @@ -115,7 +115,7 @@ def initialize(*args, &task_block) setup_ivars(args) - desc "Run RSpec code examples" unless ::Rake.application.last_comment + desc "Run RSpec code examples" unless ::Rake.application.last_description task name, *args do |_, task_args| RakeFileUtils.send(:verbose, verbose) do