Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy a779b502b1 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: I851a6af8ecabed3d781432fd19d6c3e60b2ecca2
2018-07-12 09:57:44 +02:00
Colleen Murphy b922097fc7 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: Ib53678193c4380decc7c6b666c5ec6900da81b4f
2017-08-18 10:41:43 +02:00
Spencer Krum 48d8b0fc77 Use new infra_spec_helper for gem dependencies
Change-Id: I7cc1cd01f9c80999ff2eea9ddd70d235a132d3f5
2016-06-21 18:38:58 -07:00
Spencer Krum 616e2af987 Pin google-api-client; sanitize Gemfile
Change-Id: Ia3784ce7923594e7e079502bb3e4bb84737a5b0d
2016-04-14 15:20:32 -07:00
Colleen Murphy a94f089535 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: Icc120da2373214a9222e9434e725477096e989d3
2015-08-03 22:36:55 -07:00