Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrects typo in test name
  • Loading branch information
alindeman committed Nov 26, 2012
1 parent 3ec4430 commit 4ac92c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1579,7 +1579,7 @@ def test_abstract_class_with_polymorphic_has_many
assert_equal [tagging], post.taggings assert_equal [tagging], post.taggings
end end


def test_build_with_polymotphic_has_many_does_not_allow_to_override_type_and_id def test_build_with_polymorphic_has_many_does_not_allow_to_override_type_and_id
welcome = posts(:welcome) welcome = posts(:welcome)
tagging = welcome.taggings.build(:taggable_id => 99, :taggable_type => 'ShouldNotChange') tagging = welcome.taggings.build(:taggable_id => 99, :taggable_type => 'ShouldNotChange')


Expand Down

0 comments on commit 4ac92c6

Please sign in to comment.