diff options
-rw-r--r-- | spec/unit/data_bag_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/data_bag_spec.rb b/spec/unit/data_bag_spec.rb index 167c1b4134..c905277b7c 100644 --- a/spec/unit/data_bag_spec.rb +++ b/spec/unit/data_bag_spec.rb @@ -22,6 +22,7 @@ require 'chef/data_bag' describe Chef::DataBag do before(:each) do @data_bag = Chef::DataBag.new + Chef::Platform::stub(:windows?) { false } end describe "initialize" do |