提交 2ac97df5 编写于 作者: C Carlos Antonio da Silva

Merge pull request #10110 from choudhuryanupam/master

Removed space and unused class
......@@ -245,7 +245,6 @@ def test_scoped_allows_conditions
end
class OverridingAssociationsTest < ActiveRecord::TestCase
class Person < ActiveRecord::Base; end
class DifferentPerson < ActiveRecord::Base; end
class PeopleList < ActiveRecord::Base
......
......@@ -69,7 +69,7 @@ def test_attribute_keys_on_new_instance
end
def test_boolean_attributes
assert ! Topic.find(1).approved?
assert !Topic.find(1).approved?
assert Topic.find(2).approved?
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册