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

@@ -47,6 +47,13 @@ RSpec.describe 'Resource' do
end
end
describe '#enable_access_control?' do
it 'is not enabled by default' do
resource = Calligraphy::Resource.new
expect(resource.enable_access_control?).to eq(false)
end
end
describe '#enable_extended_mkcol?' do
it 'is not enabled by default' do
resource = Calligraphy::Resource.new