mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
Updates test environment config to mark assertionless tests as failed (#36320).
Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@22962 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user