summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-29 10:39:00 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-29 22:01:17 -0700
commitb3be31b52cc0aabb86526edcc705c6166d34acaa (patch)
tree2fc577eb5f0e3042ed23c9e16dd02b72f66947c3 /lib/chef/chef_fs/file_system
parentd1350f296095ff70baafbd4f5fa1e3737a4924d2 (diff)
downloadchef-b3be31b52cc0aabb86526edcc705c6166d34acaa.tar.gz
Switch back to ChefZero::RSpec version 3jk/rspec_zero_3
And add some Enterprise tests (fix an acl delete issue)
Diffstat (limited to 'lib/chef/chef_fs/file_system')
-rw-r--r--lib/chef/chef_fs/file_system/acl_entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/acl_entry.rb b/lib/chef/chef_fs/file_system/acl_entry.rb
index 1bd03a6095..b2545af5ae 100644
--- a/lib/chef/chef_fs/file_system/acl_entry.rb
+++ b/lib/chef/chef_fs/file_system/acl_entry.rb
@@ -32,7 +32,7 @@ class Chef
end
def delete(recurse)
- raise Chef::ChefFS::FileSystem::OperationNotAllowedError.new(:delete, self, e), "ACLs cannot be deleted."
+ raise Chef::ChefFS::FileSystem::OperationNotAllowedError.new(:delete, self), "ACLs cannot be deleted."
end
def write(file_contents)