Adds a class for testing helpers.

git-svn-id: http://svn.redmine.org/redmine/trunk@15683 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-07-16 11:36:57 +00:00
parent 745833a66c
commit c4b4b8a71e
19 changed files with 22 additions and 18 deletions

View File

@@ -19,7 +19,7 @@
require File.expand_path('../../../test_helper', __FILE__)
class RoutesHelperTest < ActionView::TestCase
class RoutesHelperTest < Redmine::HelperTest
fixtures :projects, :issues
include Rails.application.routes.url_helpers