Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy f2a3146875 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I9ca22ebc2c9d79cfc57bd14c68347674031bd21f
2018-07-12 09:57:45 +02:00
Colleen Murphy 685291c29e Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: I37d2467f052556b8490c9bc4ca8d63849b8c09d4
2017-08-18 10:41:44 +02:00
Spencer Krum 1d88ae1dd4 Use new infra_spec_helper for gem dependencies
Change-Id: I3893352ebdbd110a06694dd05a06b6f756da5ef8
2016-06-21 18:40:11 -07:00
Spencer Krum ee2fc59182 Pin google-api-client; sanitize Gemfile
Change-Id: I6babfdca840ac7cf9a2af765265cccaf563a74f6
2016-04-14 15:23:54 -07:00
Colleen Murphy 291be82364 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. Also fix lint
errors caught by the puppet-lint-absolute_classname-check gem

Change-Id: Icff84f837a99856a3b5321fc9200b726877c6de9
2015-08-13 18:11:23 -07:00