mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Fix tests
Signed-off-by: Mendy Baitelman <mendy@baitelman.com>
This commit is contained in:
parent
e3b641f676
commit
988357aad1
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
"Status": 4
|
||||
},
|
||||
"WMI": {
|
||||
"StartMode": "Auto"
|
||||
"StartMode": "Auto",
|
||||
"StartName": "LocalSystem"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue