diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-08-20 06:02:05 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-08-20 06:02:05 +0000 |
commit | 3ac9d0d75e84f47c8a537fda81b4b9d221fd56f4 (patch) | |
tree | 9479acb0ccf3101aedf80d51dddccc777d801173 /test/helpers/groups_helper_test.rb | |
parent | 9d50075279b55d35b4e6f8bb4c3e61a67a1de17d (diff) | |
download | redmine-3ac9d0d75e84f47c8a537fda81b4b9d221fd56f4.tar.gz redmine-3ac9d0d75e84f47c8a537fda81b4b9d221fd56f4.zip |
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
Diffstat (limited to 'test/helpers/groups_helper_test.rb')
-rw-r--r-- | test/helpers/groups_helper_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/helpers/groups_helper_test.rb b/test/helpers/groups_helper_test.rb index 6162388a8..66abc9808 100644 --- a/test/helpers/groups_helper_test.rb +++ b/test/helpers/groups_helper_test.rb @@ -23,7 +23,6 @@ class GroupsHelperTest < Redmine::HelperTest include ERB::Util include GroupsHelper include AvatarsHelper - include Rails.application.routes.url_helpers fixtures :users |