1
0
Fork 0
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:
Akira Matsuda 2013-01-04 04:22:30 +09:00
parent 3d1bc89ec8
commit f89fa2ae71

View file

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