Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78fbd32

Browse files
committed
Update test harness.
1 parent b48f70b commit 78fbd32

17 files changed

+56
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@ matrix:
6060
gemfile: test/gemfiles/chef-12.19.gemfile
6161
- rvm: 2.4.1
6262
gemfile: test/gemfiles/chef-13.0.gemfile
63+
- rvm: 2.4.1
64+
gemfile: test/gemfiles/chef-13.1.gemfile
65+
- rvm: 2.4.1
66+
gemfile: test/gemfiles/chef-13.2.gemfile
6367
- rvm: 2.4.1
6468
gemfile: test/gemfiles/master.gemfile

test/gemfiles/chef-12.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.1.2'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.10.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.10.24'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.11.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.11.18'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.12.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.12.15'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'

test/gemfiles/chef-12.13.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.13.37'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'

test/gemfiles/chef-12.2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.2.1'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.3.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.3.0'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.4.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.4.3'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'gh', '0.14.0'
2425
gem 'rack', '< 2'

test/gemfiles/chef-12.5.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.5.1'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.6.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.6.0'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.7.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.7.2'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.8.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.8.1'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-12.9.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1919
gem 'chef', '~> 12.9.41'
2020
gem 'chefspec', '< 6'
2121
gem 'fauxhai', '<= 3.9.0'
22+
gem 'ffi-yajl', '< 2.3.1'
2223
gem 'foodcritic', '< 8'
2324
gem 'rack', '< 2'

test/gemfiles/chef-13.1.gemfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# Copyright 2017, Noah Kantrowitz
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
17+
eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18+
19+
gem 'chef', '~> 13.1.31'

test/gemfiles/chef-13.2.gemfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# Copyright 2017, Noah Kantrowitz
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
17+
eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18+
19+
gem 'chef', '~> 13.2.20'

test/gemfiles/chef-13.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1818

19-
gem 'chef', '~> 13.0'
19+
gem 'chef', '~> 13.2'

0 commit comments

Comments
 (0)