spec/unit/plugins/windows/filesystem_spec.rb in ohai-15.1.5 vs spec/unit/plugins/windows/filesystem_spec.rb in ohai-15.2.5
- old
+ new
@@ -41,11 +41,11 @@
"size" => "10000000",
"filesystem" => "FAT32",
"freespace" => "100000",
"name" => "D:",
# Lets not pass "volumename" for this drive
- }
+ },
]
end
let(:encryptable_volume_instances) do
[
@@ -54,10 +54,10 @@
"driveletter" => "C:",
},
{
"conversionstatus" => 2,
"driveletter" => "D:",
- }
+ },
]
end
let(:wmi_exception) do
namespace = "Exception while testing"