diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-08-10 11:22:27 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-08-10 11:22:27 -0700 |
commit | f2dfd4a8f3b6bf4bce6cbd60ca228ff41cf2225e (patch) | |
tree | d5be36e946dfec50d5cd02b72fb8c820c6f9d913 /spec | |
parent | 23cf5e3f6ae625a13ce198076b01f8ed249ec20d (diff) | |
download | ohai-f2dfd4a8f3b6bf4bce6cbd60ca228ff41cf2225e.tar.gz |
Update network plugin to use ipaddr not ipaddress gemfix_require
This broke because we never actually required ipaddress in the plugin, but the specs passed because we required it there.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/plugins/linux/network_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/plugins/linux/network_spec.rb b/spec/unit/plugins/linux/network_spec.rb index 5ee364c0..978160bb 100644 --- a/spec/unit/plugins/linux/network_spec.rb +++ b/spec/unit/plugins/linux/network_spec.rb @@ -18,7 +18,6 @@ # require "spec_helper" -require "ipaddress" unless defined?(IPAddress) describe Ohai::System, "Linux Network Plugin" do let(:plugin) { get_plugin("linux/network") } |