From 140b825bdab42eaf535c9847a516773eed27ee6b Mon Sep 17 00:00:00 2001 From: Mark Rushakoff Date: Sun, 29 Apr 2012 10:02:58 -0700 Subject: Remove unused assignments from activerecord tests --- activerecord/test/cases/associations/eager_load_nested_include_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/test/cases/associations/eager_load_nested_include_test.rb') diff --git a/activerecord/test/cases/associations/eager_load_nested_include_test.rb b/activerecord/test/cases/associations/eager_load_nested_include_test.rb index 861a395c58..bb0d6bc70b 100644 --- a/activerecord/test/cases/associations/eager_load_nested_include_test.rb +++ b/activerecord/test/cases/associations/eager_load_nested_include_test.rb @@ -92,7 +92,6 @@ class EagerLoadPolyAssocsTest < ActiveRecord::TestCase end def test_include_query - res = 0 res = ShapeExpression.scoped(:includes => [ :shape, { :paint => :non_poly } ]).all assert_equal NUM_SHAPE_EXPRESSIONS, res.size assert_queries(0) do -- cgit v1.2.3