diff options
-rwxr-xr-x | activerecord/test/associations_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/associations_test.rb b/activerecord/test/associations_test.rb index f3e210bf77..c9a66f2efc 100755 --- a/activerecord/test/associations_test.rb +++ b/activerecord/test/associations_test.rb @@ -513,7 +513,7 @@ class HasManyAssociationsTest < Test::Unit::TestCase end def test_build_without_loading_association - first_topic = Topic.find(:first) + first_topic = topics(:first) Reply.column_names assert_equal 1, first_topic.replies.length |