Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use a more descriptive test name
  • Loading branch information
rafaelfranca committed Nov 8, 2012
1 parent cae0879 commit dbd0b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/nested_attributes_test.rb
Expand Up @@ -173,7 +173,7 @@ def test_first_and_array_index_zero_methods_return_the_same_value_when_nested_at
assert_equal man.interests.first.topic, man.interests[0].topic
end

def test_something
def test_accepts_nested_attributes_for_can_be_overridden_in_subclasses
Pirate.accepts_nested_attributes_for(:parrot)

mean_pirate_class = Class.new(Pirate) do
Expand Down

0 comments on commit dbd0b12

Please sign in to comment.