aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/inflector_test.rb')
-rw-r--r--activesupport/test/inflector_test.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index ffadb5bd96..fca4072ad9 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -57,12 +57,14 @@ class InflectorTest < Test::Unit::TestCase
"old_news" => "old_news",
"news" => "news",
- "series" => "series"
+ "series" => "series",
+
+ "perspective" => "perspectives"
}
CamelToUnderscore = {
- "Product" => "product",
- "SpecialGuest" => "special_guest",
+ "Product" => "product",
+ "SpecialGuest" => "special_guest",
"ApplicationController" => "application_controller"
}