Unit tests fix fro Easy
This commit is contained in:
parent
a37f9e423c
commit
36e6190059
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user