File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,4 +51,5 @@ appveyor.yml:
51
51
# We still use the Vox acceptance Rake task instead of Litmus
52
52
Rakefile :
53
53
requires :
54
- - voxpupuli/acceptance/rake
54
+ - require : voxpupuli/acceptance/rake
55
+ conditional : Gem.loaded_specs.key? 'voxpupuli-acceptance'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
6
6
require 'puppet-syntax/tasks/puppet-syntax'
7
7
require 'github_changelog_generator/task' if Gem . loaded_specs . key? 'github_changelog_generator'
8
8
require 'puppet-strings/tasks' if Gem . loaded_specs . key? 'puppet-strings'
9
- require 'voxpupuli/acceptance/rake'
9
+ require 'voxpupuli/acceptance/rake' if Gem . loaded_specs . key? 'voxpupuli-acceptance'
10
10
11
11
def changelog_user
12
12
return unless Rake . application . top_level_tasks . include? "changelog"
You can’t perform that action at this time.
0 commit comments