diff options
author | Tim Smith <tsmith@chef.io> | 2021-03-12 14:39:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 14:39:38 -0800 |
commit | 6f32af324c617f64e5ed7b59422518daec9e4504 (patch) | |
tree | a2f7c700af32180f457d2ecfdb57278964aa61a3 /spec | |
parent | b7693e4bac2783589bbae50aa785606a9aaaa0f3 (diff) | |
parent | d5a0b34e1ab9e8317d3804b8bc1b0885d4e68e48 (diff) | |
download | ohai-6f32af324c617f64e5ed7b59422518daec9e4504.tar.gz |
Merge pull request #1633 from chef/pidora
Remove support for Pidora which is discontinued
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 0508f952..17ce8c2f 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 |