aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/testing
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-12-19 16:30:16 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-12-19 16:30:16 +0900
commit4e68765cf65a435ef706d875c51bfcfcbd6fef3a (patch)
tree4fa4d94161d9835a69df7dad842896931f209050 /activesupport/test/testing
parent86dcb555886ea575bce947554d28121861369838 (diff)
downloadrails-4e68765cf65a435ef706d875c51bfcfcbd6fef3a.tar.gz
rails-4e68765cf65a435ef706d875c51bfcfcbd6fef3a.tar.bz2
rails-4e68765cf65a435ef706d875c51bfcfcbd6fef3a.zip
Unused classes in AS tests
Diffstat (limited to 'activesupport/test/testing')
-rw-r--r--activesupport/test/testing/constant_lookup_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/testing/constant_lookup_test.rb b/activesupport/test/testing/constant_lookup_test.rb
index aca2951450..71a9561189 100644
--- a/activesupport/test/testing/constant_lookup_test.rb
+++ b/activesupport/test/testing/constant_lookup_test.rb
@@ -6,7 +6,6 @@ class Bar < Foo
def index; end
def self.index; end
end
-class Baz < Bar; end
module FooBar; end
class ConstantLookupTest < ActiveSupport::TestCase