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 a4e3c10 commit c9ee254Copy full SHA for c9ee254
spec/unit/recipes/install_spec.rb
@@ -103,7 +103,7 @@
103
# but the make command should not include USE_PCRE or USE_PCRE2 flags
104
it { is_expected.to install_package(%w(pcre2-devel openssl-devel zlib-devel systemd-devel tar)) }
105
it { is_expected.to run_bash('compile_haproxy') }
106
-
+
107
it 'does not include PCRE flags in make command' do
108
bash_resource = chef_run.bash('compile_haproxy')
109
expect(bash_resource.code).to match(/make TARGET=linux-glibc/)
0 commit comments