From 553066e804dd5796ac4f8d1d775cfeb5670d239f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Jul 2012 09:26:26 +0000 Subject: [PATCH] Fixed test case name. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9930 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/account_controller_openid_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/account_controller_openid_test.rb b/test/functional/account_controller_openid_test.rb index 12e15c52e..de0d4ff9c 100644 --- a/test/functional/account_controller_openid_test.rb +++ b/test/functional/account_controller_openid_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../test_helper', __FILE__) -class AccountControllerTest < ActionController::TestCase +class AccountControllerOpenidTest < ActionController::TestCase tests AccountController fixtures :users, :roles