Rename tests too

上级 64d91122
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册