Remove not needed line on test

This commit is contained in:
Arthur Neves 2016-06-14 11:19:30 -04:00
parent 05e62a1447
commit 596669cfac
No known key found for this signature in database
GPG Key ID: 04A390FB1E433E17

@ -133,7 +133,6 @@ def test_query_cache_dups_results_correctly
def test_cache_is_flat
Task.cache do
Topic.columns # don't count this query
assert_queries(1) { Topic.find(1); Topic.find(1); }
end