Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy 04d08f973e 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: I48e51ddd3825914cbeb551ea892a4ac5abe20106
2018-07-12 09:57:46 +02:00
Colleen Murphy 5fa98cc809 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: I81fe2e21a86be09dbe8b460c0f37573b25993384
2017-08-18 10:41:44 +02:00
Spencer Krum ddbe2d2393 Use new infra_spec_helper for gem dependencies
Change-Id: Ib93aadc013150f899201cfb8cb48e63655a2ef7b
2016-06-21 18:40:34 -07:00
Spencer Krum 82f43df0a4 Pin google-api-client; sanitize Gemfile
Change-Id: I5d0a0915181506edb16da67704adcddff22d362e
2016-04-14 15:24:57 -07:00
Colleen Murphy 6ba1a56b65 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: Id76d7b70858af54014c0eccb64919417cdfebae3
2015-08-14 11:02:55 -07:00