Skip to content

Commit 990e1d7

Browse files
committed
Merge pull request #569 from DavidS/fm-4049-update-msync
(FM-4049) update to modulesync_configs
2 parents 2a51016 + 7ff944d commit 990e1d7

4 files changed

Lines changed: 18 additions & 24 deletions

File tree

.gitignore

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
/pkg/
2-
/Gemfile.lock
3-
/vendor/
4-
/spec/fixtures/manifests/*
5-
/spec/fixtures/modules/*
6-
!/spec/fixtures/modules/stdlib
7-
!/spec/fixtures/modules/stdlib/*
8-
/.vagrant/
9-
/.bundle/
10-
/coverage/
11-
/.idea/
1+
pkg/
2+
Gemfile.lock
3+
vendor/
4+
spec/fixtures/
5+
.vagrant/
6+
.bundle/
7+
coverage/
8+
log/
9+
.idea/
1210
*.iml

.rspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
--color
2-
--format
3-
progress
4-
--backtrace
2+
--format documentation

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
77
matrix:
88
fast_finish: true
99
include:
10-
- rvm: 1.8.7
10+
- rvm: 2.1.6
11+
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
12+
- rvm: 2.1.5
13+
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
14+
- rvm: 2.1.5
1115
env: PUPPET_GEM_VERSION="~> 3.0"
1216
- rvm: 1.9.3
1317
env: PUPPET_GEM_VERSION="~> 3.0"
14-
- rvm: 2.1.5
15-
env: PUPPET_GEM_VERSION="~> 3.0"
16-
- rvm: 2.1.5
17-
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
18-
- rvm: 2.1.6
19-
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
2018
notifications:
2119
email: false

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If you already have those gems installed, make sure they are up-to-date:
159159
With all dependencies in place and up-to-date we can now run the tests:
160160

161161
```shell
162-
% rake spec
162+
% bundle exec rake spec
163163
```
164164

165165
This will execute all the [rspec tests](http://rspec-puppet.com/) tests
@@ -178,8 +178,8 @@ installed on your system.
178178
You can run them by issuing the following command
179179

180180
```shell
181-
% rake spec_clean
182-
% rspec spec/acceptance
181+
% bundle exec rake spec_clean
182+
% bundle exec rspec spec/acceptance
183183
```
184184

185185
This will now download a pre-fabricated image configured in the [default node-set](./spec/acceptance/nodesets/default.yml),

0 commit comments

Comments
 (0)