Fixed test case name.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9930 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
76a4b81cf3
commit
553066e804
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class AccountControllerTest < ActionController::TestCase
|
class AccountControllerOpenidTest < ActionController::TestCase
|
||||||
tests AccountController
|
tests AccountController
|
||||||
fixtures :users, :roles
|
fixtures :users, :roles
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue