Unit tests fix fro Easy

This commit is contained in:
Karel Pičman 2020-01-21 13:40:41 +01:00
parent a37f9e423c
commit 36e6190059

View File

@ -34,7 +34,7 @@ class DmsfWebdavCustomMiddlewareTest < RedmineDmsf::Test::IntegrationTest
def test_options_for_root_path
process :options, '/'
assert_response defined?(EasyExtensions) ? :method_not_allowed : :success
assert_response :success
end
def test_options_for_dmsf_root_path
@ -44,7 +44,7 @@ class DmsfWebdavCustomMiddlewareTest < RedmineDmsf::Test::IntegrationTest
def test_propfind_for_root_path
process :propfind, '/'
assert_response defined?(EasyExtensions) ? :method_not_allowed : :not_found
assert_response :not_found
end
def test_propfind_for_dmsf_root_path