Skip to content

Commit

Permalink
renaming test name to fix accidently override
Browse files Browse the repository at this point in the history
[#5076 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
subbarao authored and josevalim committed Jul 13, 2010
1 parent 571cb1d commit 44e7fba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -549,7 +549,7 @@ def test_find_or_initialize
assert the_client.new_record?
end

def test_find_or_create
def test_find_or_create_updates_size
number_of_clients = companies(:first_firm).clients.size
the_client = companies(:first_firm).clients.find_or_create_by_name("Yet another client")
assert_equal number_of_clients + 1, companies(:first_firm, :reload).clients.size
Expand Down

0 comments on commit 44e7fba

Please sign in to comment.