From 2e2e58a6a30d013f062157be6ae40617703adc8b Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 16 Feb 2011 11:08:01 -0800 Subject: fixing whitespace problems --- activerecord/test/cases/relations_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord/test') diff --git a/activerecord/test/cases/relations_test.rb b/activerecord/test/cases/relations_test.rb index 843c3d2d96..1e84f5f92d 100644 --- a/activerecord/test/cases/relations_test.rb +++ b/activerecord/test/cases/relations_test.rb @@ -467,7 +467,7 @@ class RelationTest < ActiveRecord::TestCase authors = Author.find_by_id([author]) assert_equal author, authors end - + def test_find_all_using_where_twice_should_or_the_relation david = authors(:david) relation = Author.unscoped @@ -488,7 +488,7 @@ class RelationTest < ActiveRecord::TestCase end assert_equal [david], relation.all end - + def test_find_all_using_where_with_relation david = authors(:david) # switching the lines below would succeed in current rails @@ -507,7 +507,7 @@ class RelationTest < ActiveRecord::TestCase } end - + def test_find_all_using_where_with_relation_with_select_to_build_subquery david = authors(:david) assert_queries(1) { -- cgit v1.2.3