fix replacing shoulda test name at r10540
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10541 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
df44af819c
commit
5f794b5af5
|
@ -95,7 +95,7 @@ class UserTest < ActiveSupport::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_user_login_be_case_insensitive
|
||||
def test_user_login_should_be_case_insensitive
|
||||
u = User.new(:firstname => "new", :lastname => "user", :mail => "newuser@somenet.foo")
|
||||
u.login = 'newuser'
|
||||
u.password, u.password_confirmation = "password", "password"
|
||||
|
|
Loading…
Reference in New Issue