mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fisting test name
This commit is contained in:
parent
9ce0211806
commit
f6ddb3553a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class QueryCacheTest < ActiveRecord::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_find_queries_with_cache
|
||||
def test_find_queries_with_cache_multi_record
|
||||
Task.cache do
|
||||
assert_queries(2) { Task.find(1); Task.find(1); Task.find(2) }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue