Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy 785e18decb 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: I186e6963cd028354676c4e1240d0971adcd9b476
2018-07-12 09:57:44 +02:00
Colleen Murphy 4b1adec999 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: I2d36cc46c473598a8a66259554b454b73ae98b83
2017-08-18 10:41:43 +02:00
Spencer Krum 1348e723d2 Use new infra_spec_helper for gem dependencies
Change-Id: I1a5743fa780b55f15dae0d2867d1eb65cfd666a7
2016-06-21 23:52:59 -07:00
Spencer Krum 036f800233 Pin google-api-client; sanitize Gemfile
Change-Id: I79a14dbd21cb54e7d064d87f46a75f60bd991708
2016-04-14 15:18:31 -07:00
Yolanda Robla 939595bedc Add missing Gemfile to the project
All our puppet projects rely on a Gemfile for tests
to run. This was missing, so add here as well.

Also fix the linter errors that this new Gemfile
addition is causing.

Change-Id: I24143df44c313ea76472649bb9a6fa0ce4536307
2016-03-11 13:50:36 +01:00