mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix spacing
Signed-off-by: Mendy Baitelman <mendy@baitelman.com>
This commit is contained in:
parent
76cd799c92
commit
d45963cd91
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ describe "Inspec::Resources::Service" do
|
|||
|
||||
it "verify cloudlinux 7 service parsing with static loaded service" do
|
||||
resource = MockLoader.new(:cloudlinux).load_resource("service", "dbus")
|
||||
params = Hashie::Mash.new({ "Description" => "D-Bus System Message Bus", "Id" => "dbus.service", "LoadState" => "loaded", "Names" => "messagebus.service dbus.service", "SubState" => "running", "UnitFileState" => "static", "User" => "root" })
|
||||
params = Hashie::Mash.new({ "Description" => "D-Bus System Message Bus", "Id" => "dbus.service", "LoadState" => "loaded", "Names" => "messagebus.service dbus.service", "SubState" => "running", "UnitFileState" => "static", "User" => "root" })
|
||||
_(resource.type).must_equal "systemd"
|
||||
_(resource.name).must_equal "dbus.service"
|
||||
_(resource.description).must_equal "D-Bus System Message Bus"
|
||||
|
|
Loading…
Add table
Reference in a new issue