Fixed Lint/DuplicateMethods: Method Inspec::Resources::Service#resource_id is defined at both

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2022-06-09 16:19:59 +05:30
parent 7da11de098
commit 62405e261d

View file

@ -305,10 +305,6 @@ module Inspec::Resources
"Service #{@service_name}"
end
def resource_id
@service_name
end
private :info
end