diff options
Diffstat (limited to 'test/helpers/routes_helper_test.rb')
-rw-r--r-- | test/helpers/routes_helper_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/helpers/routes_helper_test.rb b/test/helpers/routes_helper_test.rb index 4a2427c13..6bca90cf8 100644 --- a/test/helpers/routes_helper_test.rb +++ b/test/helpers/routes_helper_test.rb @@ -22,8 +22,6 @@ require_relative '../test_helper' class RoutesHelperTest < Redmine::HelperTest fixtures :projects, :issues - include Rails.application.routes.url_helpers - def test_time_entries_path assert_equal '/projects/ecookbook/time_entries', _time_entries_path(Project.find(1), nil) assert_equal '/time_entries', _time_entries_path(nil, nil) |