From 1b57325563b2347733307613cc84016dc7bdb81b Mon Sep 17 00:00:00 2001 From: 1redmine Date: Thu, 19 Jun 2025 13:05:26 +0200 Subject: [PATCH] Uninitialized constant RedmineDmsf::DmsfZip --- test/functional/dmsf_controller_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/dmsf_controller_test.rb b/test/functional/dmsf_controller_test.rb index 53140016..00ed5287 100644 --- a/test/functional/dmsf_controller_test.rb +++ b/test/functional/dmsf_controller_test.rb @@ -18,6 +18,7 @@ # . require File.expand_path('../../test_helper', __FILE__) +require File.expand_path('../../../lib/redmine_dmsf/dmsf_zip', __FILE__) # DMSF controller class DmsfControllerTest < RedmineDmsf::Test::TestCase