diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-03-12 10:11:24 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-03-12 10:11:24 -0800 |
commit | d5a0b34e1ab9e8317d3804b8bc1b0885d4e68e48 (patch) | |
tree | 5e6629b7b8a70a1fd7e5ad6ee18c3b90c9c6896f /spec | |
parent | 9ccb88a7660a0c6d3421851e74d483badbf67eee (diff) | |
download | ohai-d5a0b34e1ab9e8317d3804b8bc1b0885d4e68e48.tar.gz |
Remove support for Pidora which is discontinuedpidora
Pidora is Fedora 18 and hasn't been updated since 2014.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/plugins/linux/platform_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/linux/platform_spec.rb b/spec/unit/plugins/linux/platform_spec.rb index 64976b8e..2a284ee1 100644 --- a/spec/unit/plugins/linux/platform_spec.rb +++ b/spec/unit/plugins/linux/platform_spec.rb @@ -182,7 +182,7 @@ describe Ohai::System, "Linux plugin platform" do end end - %w{fedora pidora arista_eos}.each do |p| + %w{fedora arista_eos}.each do |p| it "returns fedora for #{p} platform_family" do expect(plugin.platform_family_from_platform(p)).to eq("fedora") end |