summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers/custom_fields_helper_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-06-22 03:54:40 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-06-22 03:54:40 +0000
commit6c92ac4d78db79afb0a0a4f6017006063f6cb2ff (patch)
tree120a48c0c0f9e4aa0222910f04142bac136797d7 /test/unit/helpers/custom_fields_helper_test.rb
parent50dc1ad54a52392c47ce8eb7a8aee701d8f2970c (diff)
downloadredmine-6c92ac4d78db79afb0a0a4f6017006063f6cb2ff.tar.gz
redmine-6c92ac4d78db79afb0a0a4f6017006063f6cb2ff.zip
use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_test.rb.
ActionView::Helpers::ActiveRecordHelper at test/helper_testcase.rb does not exist on Rails 3.0. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6110 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers/custom_fields_helper_test.rb')
-rw-r--r--test/unit/helpers/custom_fields_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/custom_fields_helper_test.rb b/test/unit/helpers/custom_fields_helper_test.rb
index 587002962..757b869b2 100644
--- a/test/unit/helpers/custom_fields_helper_test.rb
+++ b/test/unit/helpers/custom_fields_helper_test.rb
@@ -17,7 +17,7 @@
require File.expand_path('../../../test_helper', __FILE__)
-class CustomFieldsHelperTest < HelperTestCase
+class CustomFieldsHelperTest < ActionView::TestCase
include CustomFieldsHelper
include Redmine::I18n