Skip to content

Commit 64d65cc

Browse files
authored
Merge pull request #41 from voxpupuli/modulesync
modulesync 10.0.0-19-g1adc8e0
2 parents 357bf6e + c33f959 commit 64d65cc

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '10.0.0'
5+
modulesync_config_version: '10.1.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :development do
1515
end
1616

1717
group :system_tests do
18-
gem 'voxpupuli-acceptance', '~> 3.5', :require => false
18+
gem 'voxpupuli-acceptance', '~> 4.0', :require => false
1919
end
2020

2121
group :release do

Rakefile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
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

15-
# load optional tasks for acceptance
16-
# only available if gem group releases is installed
1710
begin
1811
require 'voxpupuli/acceptance/rake'
1912
rescue LoadError
13+
# only available if gem group acceptance is installed
2014
end
2115

22-
# load optional tasks for releases
23-
# only available if gem group releases is installed
2416
begin
2517
require 'voxpupuli/release/rake_tasks'
2618
rescue LoadError
27-
# voxpupuli-release not present
19+
# only available if gem group releases is installed
2820
else
2921
GCGConfig.user = 'voxpupuli'
3022
GCGConfig.project = 'puppet-augeasproviders_mounttab'

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
end
2424

2525
require 'fixtures/modules/augeasproviders_core/spec/support/spec/psh_fixtures'
26+
2627
require 'augeas_spec'
2728

2829
# augeasproviders: setting $LOAD_PATH to work around broken type autoloading

0 commit comments

Comments
 (0)