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 90ad277 commit 944a7fbCopy full SHA for 944a7fb
spec/acceptance/class_spec.rb
@@ -22,6 +22,8 @@
22
else
23
%r{Phusion}
24
end
25
+ when 'Archlinux'
26
+ pkg_remove_cmd = 'pacman --remove --noconfirm --nosave --recursive nginx-mainline'
27
28
29
context 'default parameters' do
@@ -42,7 +44,7 @@
42
44
43
45
46
- context 'nginx with package_source passenger' do
47
+ context 'nginx with package_source passenger', unless: default[:platform] =~ %r{archlinux} do
48
it 'runs successfully' do
49
shell(pkg_remove_cmd)
50
pp = <<-EOS
0 commit comments