Skip to content

Commit 17dd71a

Browse files
committed
(maint) Rubocop Fixes
1 parent b0df332 commit 17dd71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/vhost_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ class { 'apache': }
965965
}
966966
MANIFEST
967967
it 'applies cleanly' do
968-
result = apply_manifest(pp, catch_failures: true)
968+
_result = apply_manifest(pp, catch_failures: true)
969969
end
970970
describe file("#{apache_hash['vhost_dir']}/25-test.servername.conf") do
971971
it { is_expected.to be_file }
@@ -984,7 +984,7 @@ class { 'apache': }
984984
}
985985
MANIFEST
986986
it 'applies cleanly' do
987-
result = apply_manifest(pp, catch_failures: true)
987+
_result = apply_manifest(pp, catch_failures: true)
988988
end
989989
describe file("#{apache_hash['vhost_dir']}/25-test.server.conf") do
990990
it { is_expected.to be_file }

0 commit comments

Comments
 (0)