summaryrefslogtreecommitdiffstats
path: root/test/helpers/routes_helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/helpers/routes_helper_test.rb')
-rw-r--r--test/helpers/routes_helper_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/helpers/routes_helper_test.rb b/test/helpers/routes_helper_test.rb
index 6bca90cf8..7c9c2b349 100644
--- a/test/helpers/routes_helper_test.rb
+++ b/test/helpers/routes_helper_test.rb
@@ -20,8 +20,6 @@
require_relative '../test_helper'
class RoutesHelperTest < Redmine::HelperTest
- fixtures :projects, :issues
-
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)