aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-19 15:00:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-19 15:00:58 -0300
commit008870e6a4043bd217738aa6f3cdda1f0ea74947 (patch)
tree1e832d0b2846b3a8a3359db5a934d6a9c13e994f /activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
parent76d6ec2a9a18ed92e1e8fdf445401a1e22f36713 (diff)
downloadrails-008870e6a4043bd217738aa6f3cdda1f0ea74947.tar.gz
rails-008870e6a4043bd217738aa6f3cdda1f0ea74947.tar.bz2
rails-008870e6a4043bd217738aa6f3cdda1f0ea74947.zip
Use a better test description
Diffstat (limited to 'activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb')
-rw-r--r--activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb b/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
index 3f8b26980f..cc58a4a1a2 100644
--- a/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
+++ b/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
@@ -860,7 +860,7 @@ class HasAndBelongsToManyAssociationsTest < ActiveRecord::TestCase
assert_equal 'edges', Vertex.reflect_on_association(:sources).join_table
end
- def test_namespaced_habtm
+ def test_has_and_belongs_to_many_in_a_namespaced_model_pointing_to_a_namespaced_model
magazine = Publisher::Magazine.create
article = Publisher::Article.create
magazine.articles << article