We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72d5b2 commit ac4a045Copy full SHA for ac4a045
1 file changed
moduleroot/Rakefile.erb
@@ -1,15 +1,10 @@
1
# Managed by modulesync - DO NOT EDIT
2
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
3
4
-# Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
5
-# otherwise attempt to load it directly.
6
begin
7
require 'voxpupuli/test/rake'
8
rescue LoadError
9
- begin
10
- require 'puppetlabs_spec_helper/rake_tasks'
11
- rescue LoadError
12
- end
+ # only available if gem group test is installed
13
end
14
15
# load optional tasks for acceptance
0 commit comments