From c3934aaca78758a19cb018432c1d0f4858d5805b Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Wed, 11 Jul 2018 16:29:27 -0700 Subject: [PATCH] Update test boilerplate. --- .travis.yml | 10 ++++++++++ test/gemfiles/chef-13.10.gemfile | 19 +++++++++++++++++++ test/gemfiles/chef-13.9.gemfile | 19 +++++++++++++++++++ test/gemfiles/chef-13.gemfile | 2 +- test/gemfiles/chef-14.1.gemfile | 19 +++++++++++++++++++ test/gemfiles/chef-14.2.gemfile | 19 +++++++++++++++++++ test/gemfiles/chef-14.3.gemfile | 19 +++++++++++++++++++ test/gemfiles/chef-14.gemfile | 2 +- 8 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 test/gemfiles/chef-13.10.gemfile create mode 100644 test/gemfiles/chef-13.9.gemfile create mode 100644 test/gemfiles/chef-14.1.gemfile create mode 100644 test/gemfiles/chef-14.2.gemfile create mode 100644 test/gemfiles/chef-14.3.gemfile diff --git a/.travis.yml b/.travis.yml index 33c1fcd..1df62bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,5 +59,15 @@ matrix: gemfile: test/gemfiles/chef-13.6.gemfile - rvm: 2.4.3 gemfile: test/gemfiles/chef-13.8.gemfile + - rvm: 2.4.3 + gemfile: test/gemfiles/chef-13.9.gemfile + - rvm: 2.4.3 + gemfile: test/gemfiles/chef-13.10.gemfile - rvm: 2.5.1 gemfile: test/gemfiles/chef-14.0.gemfile + - rvm: 2.5.1 + gemfile: test/gemfiles/chef-14.1.gemfile + - rvm: 2.5.1 + gemfile: test/gemfiles/chef-14.2.gemfile + - rvm: 2.5.1 + gemfile: test/gemfiles/chef-14.3.gemfile diff --git a/test/gemfiles/chef-13.10.gemfile b/test/gemfiles/chef-13.10.gemfile new file mode 100644 index 0000000..256334a --- /dev/null +++ b/test/gemfiles/chef-13.10.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 13.10.0' diff --git a/test/gemfiles/chef-13.9.gemfile b/test/gemfiles/chef-13.9.gemfile new file mode 100644 index 0000000..c06de0f --- /dev/null +++ b/test/gemfiles/chef-13.9.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 13.9.4' diff --git a/test/gemfiles/chef-13.gemfile b/test/gemfiles/chef-13.gemfile index e052337..039b51b 100644 --- a/test/gemfiles/chef-13.gemfile +++ b/test/gemfiles/chef-13.gemfile @@ -16,4 +16,4 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__) -gem 'chef', '~> 13.8' +gem 'chef', '~> 13.10' diff --git a/test/gemfiles/chef-14.1.gemfile b/test/gemfiles/chef-14.1.gemfile new file mode 100644 index 0000000..a347dd6 --- /dev/null +++ b/test/gemfiles/chef-14.1.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 14.1.12' diff --git a/test/gemfiles/chef-14.2.gemfile b/test/gemfiles/chef-14.2.gemfile new file mode 100644 index 0000000..e0db219 --- /dev/null +++ b/test/gemfiles/chef-14.2.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 14.2.0' diff --git a/test/gemfiles/chef-14.3.gemfile b/test/gemfiles/chef-14.3.gemfile new file mode 100644 index 0000000..b80e938 --- /dev/null +++ b/test/gemfiles/chef-14.3.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 14.3.37' diff --git a/test/gemfiles/chef-14.gemfile b/test/gemfiles/chef-14.gemfile index e197a6f..0532b33 100644 --- a/test/gemfiles/chef-14.gemfile +++ b/test/gemfiles/chef-14.gemfile @@ -16,4 +16,4 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__) -gem 'chef', '~> 14.0' +gem 'chef', '~> 14.3'