summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/memory_store.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/data_store/memory_store.rb')
-rw-r--r--lib/chef_zero/data_store/memory_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/data_store/memory_store.rb b/lib/chef_zero/data_store/memory_store.rb
index 42d1953..6ed15ee 100644
--- a/lib/chef_zero/data_store/memory_store.rb
+++ b/lib/chef_zero/data_store/memory_store.rb
@@ -106,7 +106,7 @@ module ChefZero
parent.delete(path[-1])
end
- def delete_dir(path)
+ def delete_dir(path, *options)
parent = _get(path[0,path.length-1])
if !parent.has_key?(path[-1])
raise DataNotFoundError.new(path)