aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-05 22:31:39 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-05 22:31:39 +0530
commit55621504b0d527393d2de86d15b5f40752825fde (patch)
tree1ff3c19142bb57384488e1b4d8c84868898e9ab2 /activesupport/test
parent10773f94eae0dacf10e2ed0c28f6bb73805c2521 (diff)
downloadrails-55621504b0d527393d2de86d15b5f40752825fde.tar.gz
rails-55621504b0d527393d2de86d15b5f40752825fde.tar.bz2
rails-55621504b0d527393d2de86d15b5f40752825fde.zip
make class name consistent with the filename
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/flush_cache_on_private_memoization_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/flush_cache_on_private_memoization_test.rb b/activesupport/test/flush_cache_on_private_memoization_test.rb
index 20768b777a..bc488cc743 100644
--- a/activesupport/test/flush_cache_on_private_memoization_test.rb
+++ b/activesupport/test/flush_cache_on_private_memoization_test.rb
@@ -1,7 +1,7 @@
require 'abstract_unit'
require 'test/unit'
-class FlashCacheOnPrivateMemoizationTest < Test::Unit::TestCase
+class FlushCacheOnPrivateMemoizationTest < Test::Unit::TestCase
ActiveSupport::Deprecation.silence do
extend ActiveSupport::Memoizable
end