mirror of https://github.com/rails/rails
make class name consistent with the filename
This commit is contained in:
parent
10773f94ea
commit
55621504b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue