aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_test.rb
diff options
context:
space:
mode:
authorMark Turner <mark@amerine.net>2010-08-11 23:17:01 -0700
committerwycats <wycats@gmail.com>2010-08-11 23:55:53 -0700
commit1049bae1327f4c9a13658dedf08b92b605d37466 (patch)
treede086459608e80d8b45c472bdd003d8d9ad7d604 /activerecord/test/cases/nested_attributes_test.rb
parentc6160898c83107ba63017ad2a8b3878733267136 (diff)
downloadrails-1049bae1327f4c9a13658dedf08b92b605d37466.tar.gz
rails-1049bae1327f4c9a13658dedf08b92b605d37466.tar.bz2
rails-1049bae1327f4c9a13658dedf08b92b605d37466.zip
fixed indentation in test cases
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'activerecord/test/cases/nested_attributes_test.rb')
-rw-r--r--activerecord/test/cases/nested_attributes_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/nested_attributes_test.rb b/activerecord/test/cases/nested_attributes_test.rb
index df09bbd46a..dbe17a187f 100644
--- a/activerecord/test/cases/nested_attributes_test.rb
+++ b/activerecord/test/cases/nested_attributes_test.rb
@@ -356,7 +356,7 @@ class TestNestedAttributesOnABelongsToAssociation < ActiveRecord::TestCase
assert_equal @ship.name, 'Nights Dirty Lightning'
assert_equal @pirate, @ship.pirate
- end
+ end
def test_should_take_a_hash_with_string_keys_and_update_the_associated_model
@ship.reload.pirate_attributes = { 'id' => @pirate.id, 'catchphrase' => 'Arr' }