From b04f44f9442afc107ad67047d873a67a638d43e6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 1 Oct 2012 06:41:04 +0000 Subject: [PATCH] fix 'object_daddy creation' test name at unit user test Redmine dropped object_daddy at r9469 for Rails3 porting. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10539 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/user_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index 7b4dac725..75b8f7d78 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -34,7 +34,7 @@ class UserTest < ActiveSupport::TestCase @dlopper = User.find(3) end - test 'object_daddy creation' do + def test_generate User.generate!(:firstname => 'Testing connection') User.generate!(:firstname => 'Testing connection') assert_equal 2, User.count(:all, :conditions => {:firstname => 'Testing connection'})