mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Model.all
alone does nothing
This commit is contained in:
parent
3d1bc89ec8
commit
f89fa2ae71
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module ActiveSupport
|
|||
# end
|
||||
#
|
||||
# def test_basic_query_logging
|
||||
# Developer.all
|
||||
# Developer.all.to_a
|
||||
# wait
|
||||
# assert_equal 1, @logger.logged(:debug).size
|
||||
# assert_match(/Developer Load/, @logger.logged(:debug).last)
|
||||
|
|
Loading…
Reference in a new issue