aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_test.rb
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-03-18 11:40:00 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-03-18 11:40:00 -0700
commitbfdd3c2182156fa2cb81ed4f048b065a2d6f1341 (patch)
treeac72ca68fbbc698158b473c2f6860847a84b9aa5 /activerecord/test/cases/associations/eager_test.rb
parent3b68f212410b742e941e89034483571a50518200 (diff)
parent55686dd1be37d6eb57dc086e4bc72922f49b2e17 (diff)
downloadrails-bfdd3c2182156fa2cb81ed4f048b065a2d6f1341.tar.gz
rails-bfdd3c2182156fa2cb81ed4f048b065a2d6f1341.tar.bz2
rails-bfdd3c2182156fa2cb81ed4f048b065a2d6f1341.zip
Merge pull request #9778 from vipulnsward/fix_typos_in_ar_v1
fix typos in AR. lots of them.
Diffstat (limited to 'activerecord/test/cases/associations/eager_test.rb')
-rw-r--r--activerecord/test/cases/associations/eager_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/eager_test.rb b/activerecord/test/cases/associations/eager_test.rb
index 1de7ee0846..cfe0ed80b8 100644
--- a/activerecord/test/cases/associations/eager_test.rb
+++ b/activerecord/test/cases/associations/eager_test.rb
@@ -193,7 +193,7 @@ class EagerAssociationTest < ActiveRecord::TestCase
end
end
- def test_finding_with_includes_on_has_one_assocation_with_same_include_includes_only_once
+ def test_finding_with_includes_on_has_one_association_with_same_include_includes_only_once
author = authors(:david)
post = author.post_about_thinking_with_last_comment
last_comment = post.last_comment