From 44f203b0e366c99ffc74851d8a42394414f4b88e Mon Sep 17 00:00:00 2001 From: Anupam Choudhury Date: Tue, 10 Sep 2013 16:44:44 +0530 Subject: [PATCH] Removed unused modules and classes --- activesupport/test/core_ext/string_ext_test.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/activesupport/test/core_ext/string_ext_test.rb b/activesupport/test/core_ext/string_ext_test.rb index 2537af0394..3cb66d4eec 100644 --- a/activesupport/test/core_ext/string_ext_test.rb +++ b/activesupport/test/core_ext/string_ext_test.rb @@ -11,13 +11,6 @@ require 'active_support/core_ext/string/output_safety' require 'active_support/core_ext/string/indent' -module Ace - module Base - class Case - end - end -end - class StringInflectionsTest < ActiveSupport::TestCase include InflectorTestCases include ConstantizeTestCases -- GitLab