Rubocop FileResource class and update references

This commit is contained in:
Brandon Robins
2017-12-31 16:55:04 -06:00
parent 9ee8d1c528
commit 3c114362d3
5 changed files with 368 additions and 222 deletions

View File

@@ -9,7 +9,7 @@ RSpec.describe 'Resource' do
getetag getlastmodified lockdiscovery resourcetype supportedlock
)
resource_methods_with_inputs = %w(
can_copy? copy lock locked_to_user? propfind proppatch unlock write
copy copy_options lock locked_to_user? propfind proppatch unlock write
)
resource_methods_without_inputs.each do |method|