Rubocop and update files

This commit is contained in:
Brandon Robins
2017-12-28 20:30:17 -06:00
parent a5c476c82c
commit 5b7d67ee57
9 changed files with 323 additions and 186 deletions

View File

@@ -4,12 +4,12 @@ RSpec.describe 'Resource' do
context 'base method' do
resource_methods_without_inputs = %w(
ancestor_exist? collection? create_collection delete_collection etag
exists? lock_is_exclusive? lock_tokens locked? read readable? refresh_lock
exists? lock_is_exclusive? locked? read readable? refresh_lock
creationdate displayname getcontentlanguage getcontentlength getcontenttype
getetag getlastmodified lockdiscovery resourcetype supportedlock
)
resource_methods_with_inputs = %w(
can_copy? copy lock locked_to_user? propfind proppatch unlock write get_custom_property
can_copy? copy lock locked_to_user? propfind proppatch unlock write
)
resource_methods_without_inputs.each do |method|