Skip to content

Commit ac4a045

Browse files
committed
Remove unused code for puppetlabs_spec_helper
Since voxpupuli-test it no longer uses puppetlabs_spec_helper. Fixes: e326beb ("voxpupuli-test: Update 9.x -> 10.x")
1 parent b72d5b2 commit ac4a045

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

moduleroot/Rakefile.erb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# Managed by modulesync - DO NOT EDIT
22
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
33

4-
# Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
5-
# otherwise attempt to load it directly.
64
begin
75
require 'voxpupuli/test/rake'
86
rescue LoadError
9-
begin
10-
require 'puppetlabs_spec_helper/rake_tasks'
11-
rescue LoadError
12-
end
7+
# only available if gem group test is installed
138
end
149

1510
# load optional tasks for acceptance

0 commit comments

Comments
 (0)