Rename tests too

This commit is contained in:
Rafael Mendonça França 2014-08-01 14:32:50 -03:00
parent 64d9112222
commit cfbb5a28cc

@ -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