aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations_test.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-05-20 10:35:43 +0530
committerVipul A M <vipulnsward@gmail.com>2013-05-20 10:35:43 +0530
commit4237d74213f01a882a1122dd0d3f53d80561ca5f (patch)
tree944aa2d76201be69c56bac5d8ecaa57ed629b42e /activerecord/test/cases/associations_test.rb
parentf9248231263380ce9a7064447761c40f594f4e22 (diff)
downloadrails-4237d74213f01a882a1122dd0d3f53d80561ca5f.tar.gz
rails-4237d74213f01a882a1122dd0d3f53d80561ca5f.tar.bz2
rails-4237d74213f01a882a1122dd0d3f53d80561ca5f.zip
Fix typo in test name and documentation
Diffstat (limited to 'activerecord/test/cases/associations_test.rb')
-rw-r--r--activerecord/test/cases/associations_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations_test.rb b/activerecord/test/cases/associations_test.rb
index 0f2d22a4a2..c3b728296e 100644
--- a/activerecord/test/cases/associations_test.rb
+++ b/activerecord/test/cases/associations_test.rb
@@ -217,7 +217,7 @@ class AssociationProxyTest < ActiveRecord::TestCase
assert_equal post.body, "More cool stuff!"
end
- def test_reload_returns_assocition
+ def test_reload_returns_association
david = developers(:david)
assert_nothing_raised do
assert_equal david.projects, david.projects.reload.reload