Skip to content

Commit c9ee254

Browse files
committed
Cookstyle fix
Signed-off-by: Lance Albertson <lance@osuosl.org>
1 parent a4e3c10 commit c9ee254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/recipes/install_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
# but the make command should not include USE_PCRE or USE_PCRE2 flags
104104
it { is_expected.to install_package(%w(pcre2-devel openssl-devel zlib-devel systemd-devel tar)) }
105105
it { is_expected.to run_bash('compile_haproxy') }
106-
106+
107107
it 'does not include PCRE flags in make command' do
108108
bash_resource = chef_run.bash('compile_haproxy')
109109
expect(bash_resource.code).to match(/make TARGET=linux-glibc/)

0 commit comments

Comments
 (0)