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
This commit is contained in:
parent
b49abf0c22
commit
b04f44f944
|
@ -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'})
|
||||
|
|
Loading…
Reference in New Issue