From 4e68765cf65a435ef706d875c51bfcfcbd6fef3a Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 19 Dec 2013 16:30:16 +0900 Subject: Unused classes in AS tests --- activesupport/test/testing/constant_lookup_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test/testing') 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 -- cgit v1.2.3