summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-22 11:05:23 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-22 11:05:23 +0000
commit6c7ead508f0ddacb00d5dbdbac762541dd0451b0 (patch)
tree3c28ddedcc58804a754d0ce9ff910c540c2e2f9e /test/unit/lib
parent4ee21931129b2898462ad2ceb62be0285bfa3547 (diff)
downloadredmine-6c7ead508f0ddacb00d5dbdbac762541dd0451b0.tar.gz
redmine-6c7ead508f0ddacb00d5dbdbac762541dd0451b0.zip
test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rb
On Rails 3.1, undefined method `h' error raises. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8314 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib')
-rw-r--r--test/unit/lib/redmine/helpers/gantt_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/lib/redmine/helpers/gantt_test.rb b/test/unit/lib/redmine/helpers/gantt_test.rb
index 37ae51935..d5f0a49b4 100644
--- a/test/unit/lib/redmine/helpers/gantt_test.rb
+++ b/test/unit/lib/redmine/helpers/gantt_test.rb
@@ -21,6 +21,7 @@ class Redmine::Helpers::GanttHelperTest < ActionView::TestCase
include ApplicationHelper
include ProjectsHelper
include IssuesHelper
+ include ERB::Util
def setup
setup_with_controller