This commit is contained in:
Brandon Robins
2018-05-16 02:40:15 -05:00
parent 2ce668b9ea
commit 944668ffcb
16 changed files with 320 additions and 12 deletions

View File

@@ -123,5 +123,15 @@ RSpec.describe 'calligraphy_resource', type: :routing do
)
end
end
context 'for ACL requests' do
it do
expect(acl: '/test/thirteen').to route_to(
controller: 'calligraphy/rails/web_dav_requests',
action: 'invoke_method',
resource: 'thirteen'
)
end
end
end
end