We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d7207 commit 488a238Copy full SHA for 488a238
spec/models/operating_system_spec.rb
@@ -15,6 +15,8 @@
15
"linux debian" => "linux_debian",
16
"redhat coreos" => "linux_coreos",
17
"rhcos-4.11.2" => "linux_coreos",
18
+ "ol_8x64" => "linux_oracle",
19
+ "oracle" => "linux_oracle"
20
}.each do |image, expected|
21
it "normalizes #{image}" do
22
expect(described_class.normalize_os_name(image)).to eq(expected)
0 commit comments