aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations_test.rb
diff options
context:
space:
mode:
authorAnupam Choudhury <contact2anupam@gmail.com>2013-04-06 02:35:15 +0530
committerAnupam Choudhury <contact2anupam@gmail.com>2013-04-06 02:35:15 +0530
commit8ed04e90d28057f87c06c085dc5d9c99e7afad84 (patch)
treed4675beeabcbc48ca2d9033b46c0817c9736f990 /activerecord/test/cases/associations_test.rb
parent220887eeab216da50fc473f713052345fcc98334 (diff)
downloadrails-8ed04e90d28057f87c06c085dc5d9c99e7afad84.tar.gz
rails-8ed04e90d28057f87c06c085dc5d9c99e7afad84.tar.bz2
rails-8ed04e90d28057f87c06c085dc5d9c99e7afad84.zip
Removed space and unused class
Diffstat (limited to 'activerecord/test/cases/associations_test.rb')
-rw-r--r--activerecord/test/cases/associations_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations_test.rb b/activerecord/test/cases/associations_test.rb
index a06bacafca..95c571fd03 100644
--- a/activerecord/test/cases/associations_test.rb
+++ b/activerecord/test/cases/associations_test.rb
@@ -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