1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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