Fix tests

Signed-off-by: Mendy Baitelman <mendy@baitelman.com>
This commit is contained in:
Mendy Baitelman 2019-08-06 18:58:03 -07:00
parent e3b641f676
commit 988357aad1
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"Status": 4
},
"WMI": {
"StartMode": "Auto"
"StartMode": "Auto",
"StartName": "LocalSystem"
}
}

View file

@ -17,6 +17,7 @@ describe "Inspec::Resources::Service" do
_(resource.enabled?).must_equal true
_(resource.running?).must_equal true
_(resource.startmode). must_equal "Auto"
_(resource.startname). must_equal "LocalSystem"
_(resource.params).must_equal params
end