aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorAnupam Choudhury <contact2anupam@gmail.com>2013-04-06 02:17:38 +0530
committerAnupam Choudhury <contact2anupam@gmail.com>2013-04-06 02:17:38 +0530
commit220887eeab216da50fc473f713052345fcc98334 (patch)
tree34c0aba5926cb4a0c54979d491949c016bacc6ad /activerecord/test/cases
parent096ee1594d329f53ef47d0aff9bb6eef25a18b96 (diff)
downloadrails-220887eeab216da50fc473f713052345fcc98334.tar.gz
rails-220887eeab216da50fc473f713052345fcc98334.tar.bz2
rails-220887eeab216da50fc473f713052345fcc98334.zip
Removed unnecessary class
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/aggregations_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/aggregations_test.rb b/activerecord/test/cases/aggregations_test.rb
index 10195e3ae4..5536702f58 100644
--- a/activerecord/test/cases/aggregations_test.rb
+++ b/activerecord/test/cases/aggregations_test.rb
@@ -141,7 +141,6 @@ class AggregationsTest < ActiveRecord::TestCase
end
class OverridingAggregationsTest < ActiveRecord::TestCase
- class Name; end
class DifferentName; end
class Person < ActiveRecord::Base