Improve testing setup

This commit is contained in:
Brandon Robins
2018-03-11 16:38:50 -05:00
parent 19290d3832
commit 2ce668b9ea
9 changed files with 163 additions and 76 deletions

View File

@@ -1,4 +1,6 @@
Rails.application.routes.draw do
calligraphy_resource :test
calligraphy_resource :webdav, resource_class: Calligraphy::FileResource, resource_root_path: File.expand_path('../../../../tmp/webdav', __FILE__)
calligraphy_resource :webdav,
resource_class: Calligraphy::FileResource,
resource_root_path: File.expand_path('../../../../tmp/webdav', __FILE__)
end