make class name consistent with the filename

This commit is contained in:
Vijay Dev 2011-11-05 22:31:39 +05:30
parent 10773f94ea
commit 55621504b0
1 changed files with 1 additions and 1 deletions

View File

@ -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