提交 90e8707a 编写于 作者: M Marcel Molina

Make all of tests runnable on their own.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2691 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 b23c72fd
require 'abstract_unit'
require 'fixtures/topic'
require 'fixtures/reply'
require 'fixtures/company'
require 'fixtures/developer'
......
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'test/unit'
require 'abstract_unit'
require 'active_support/class_inheritable_attributes'
class A
......@@ -30,4 +29,4 @@ def test_second_level
assert_equal [ :one, :two, :four ], D.read_inheritable_attribute("first")
assert_equal [ :one, :two ], B.read_inheritable_attribute("first")
end
end
\ No newline at end of file
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册