summaryrefslogtreecommitdiff
path: root/spec/support/shared/functional
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/functional')
-rw-r--r--spec/support/shared/functional/securable_resource.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/support/shared/functional/securable_resource.rb b/spec/support/shared/functional/securable_resource.rb
index 20be3c5c2f..dd8a0216bc 100644
--- a/spec/support/shared/functional/securable_resource.rb
+++ b/spec/support/shared/functional/securable_resource.rb
@@ -409,7 +409,7 @@ shared_examples_for "a securable resource without existing target" do
expect(explicit_aces).to eq(
allowed_acl(SID.Everyone, expected_read_perms) +
- allowed_acl(SID.Guest, expected_modify_perms),
+ allowed_acl(SID.Guest, expected_modify_perms)
)
end
@@ -420,7 +420,7 @@ shared_examples_for "a securable resource without existing target" do
expect(explicit_aces).to eq(
denied_acl(SID.Guest, expected_modify_perms) +
- allowed_acl(SID.Everyone, expected_read_perms),
+ allowed_acl(SID.Everyone, expected_read_perms)
)
end
@@ -431,7 +431,7 @@ shared_examples_for "a securable resource without existing target" do
expect(explicit_aces).to eq(
denied_acl(SID.Guest, expected_modify_perms) +
- allowed_acl(SID.Everyone, expected_read_perms),
+ allowed_acl(SID.Everyone, expected_read_perms)
)
end