From cfbb5a28cc2f7062f2812b97d669c6e387f0c17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 1 Aug 2014 14:32:50 -0300 Subject: Rename tests too --- activesupport/test/core_ext/object/itself_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/test/core_ext/object/itself_test.rb') diff --git a/activesupport/test/core_ext/object/itself_test.rb b/activesupport/test/core_ext/object/itself_test.rb index 0885fe91e3..65db0ddf40 100644 --- a/activesupport/test/core_ext/object/itself_test.rb +++ b/activesupport/test/core_ext/object/itself_test.rb @@ -1,8 +1,8 @@ require 'abstract_unit' require 'active_support/core_ext/object' -class Object::SelfTest < ActiveSupport::TestCase - test 'self returns self' do +class Object::ItselfTest < ActiveSupport::TestCase + test 'itself returns self' do object = 'fun' assert_equal object, object.itself end -- cgit v1.2.3