mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
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
This commit is contained in:
@@ -21,6 +21,7 @@ class Redmine::Helpers::GanttHelperTest < ActionView::TestCase
|
|||||||
include ApplicationHelper
|
include ApplicationHelper
|
||||||
include ProjectsHelper
|
include ProjectsHelper
|
||||||
include IssuesHelper
|
include IssuesHelper
|
||||||
|
include ERB::Util
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
setup_with_controller
|
setup_with_controller
|
||||||
|
|||||||
Reference in New Issue
Block a user