Merge pull request #4078 from inspec/resolve_deprecation_warning

Remove the deprecated linux_kernel_parameter resource test
This commit is contained in:
Miah Johnson 2019-05-15 16:50:01 -07:00 committed by GitHub
commit 67471cc308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,9 +52,4 @@ if os.linux?
describe kernel_parameter('net.ipv4.conf.all.forwarding') do
its('value') { should eq test_values[:forwarding] }
end
# serverspec compatability
describe linux_kernel_parameter('net.ipv4.conf.all.forwarding') do
its('value') { should eq test_values[:forwarding] }
end
end