aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAnupam Choudhury <contact2anupam@gmail.com>2013-09-10 16:44:44 +0530
committerAnupam Choudhury <contact2anupam@gmail.com>2013-09-10 16:44:44 +0530
commit44f203b0e366c99ffc74851d8a42394414f4b88e (patch)
tree75632a09803d5bdcc22d0f485ac213d09d26ccb6 /activesupport
parentf3e4069ede78341943fc67ab05f66155b2fec700 (diff)
downloadrails-44f203b0e366c99ffc74851d8a42394414f4b88e.tar.gz
rails-44f203b0e366c99ffc74851d8a42394414f4b88e.tar.bz2
rails-44f203b0e366c99ffc74851d8a42394414f4b88e.zip
Removed unused modules and classes
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/core_ext/string_ext_test.rb7
1 files changed, 0 insertions, 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/strip'
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