aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-09-08 01:26:55 -0700
committerJosé Valim <jose.valim@gmail.com>2011-09-08 01:26:55 -0700
commitb4a6e2f8442ceda118367f9a61c38af754be1cbf (patch)
tree81a0710cb8f3ddd4a2b77d894b021f777f429a8e /activesupport/test/inflector_test_cases.rb
parente1b500ec96987de595da1541a73a7d5fb9eece9c (diff)
parent3718ccd2a61c2c189913bcfd487912f592fa0660 (diff)
downloadrails-b4a6e2f8442ceda118367f9a61c38af754be1cbf.tar.gz
rails-b4a6e2f8442ceda118367f9a61c38af754be1cbf.tar.bz2
rails-b4a6e2f8442ceda118367f9a61c38af754be1cbf.zip
Merge pull request #2248 from dmathieu/safe_gsub
make gsub and sub unavailable in SafeBuffers - Closes #1555
Diffstat (limited to 'activesupport/test/inflector_test_cases.rb')
-rw-r--r--activesupport/test/inflector_test_cases.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb
index 0cb1f70657..62e0ccd355 100644
--- a/activesupport/test/inflector_test_cases.rb
+++ b/activesupport/test/inflector_test_cases.rb
@@ -120,13 +120,6 @@ module InflectorTestCases
"area51_controller" => "area51Controller"
}
- SymbolToLowerCamel = {
- :product => 'product',
- :special_guest => 'specialGuest',
- :application_controller => 'applicationController',
- :area51_controller => 'area51Controller'
- }
-
CamelToUnderscoreWithoutReverse = {
"HTMLTidy" => "html_tidy",
"HTMLTidyGenerator" => "html_tidy_generator",