mirror of https://github.com/rails/rails
Removed space and unused class
This commit is contained in:
parent
220887eeab
commit
8ed04e90d2
|
@ -245,7 +245,6 @@ class AssociationProxyTest < ActiveRecord::TestCase
|
|||
end
|
||||
|
||||
class OverridingAssociationsTest < ActiveRecord::TestCase
|
||||
class Person < ActiveRecord::Base; end
|
||||
class DifferentPerson < ActiveRecord::Base; end
|
||||
|
||||
class PeopleList < ActiveRecord::Base
|
||||
|
|
|
@ -69,7 +69,7 @@ class AttributeMethodsTest < ActiveRecord::TestCase
|
|||
end
|
||||
|
||||
def test_boolean_attributes
|
||||
assert ! Topic.find(1).approved?
|
||||
assert !Topic.find(1).approved?
|
||||
assert Topic.find(2).approved?
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue