1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixing indentation warning

This commit is contained in:
Aaron Patterson 2010-09-28 10:26:32 -07:00
parent 8b8730e139
commit 75e52df0e8

View file

@ -131,7 +131,7 @@ class TestNestedAttributesInGeneral < ActiveRecord::TestCase
assert_equal 'photography', interest.reload.topic
end
def test_has_many_association_updating_a_single_record
def test_has_many_association_updating_a_single_record
Man.accepts_nested_attributes_for(:interests)
man = Man.create(:name => 'John')
interest = man.interests.create(:topic => 'photography')