Add RSpec methods for WebDAV actions for request specs

This commit is contained in:
Brandon Robins
2017-12-31 16:57:11 -06:00
parent a7c9008d46
commit 2b264bdc19
2 changed files with 12 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ require 'rspec/rails'
# directory. Alternatively, in the individual `*_spec.rb` files, manually
# require only the support files necessary.
#
# Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
Dir[Rails.root.join('../support/**/*.rb')].each { |f| require f }
# Checks for pending migrations and applies them before tests are run.
# If you are not using ActiveRecord, you can remove this line.