Commit Graph

7 Commits

Author SHA1 Message Date
Clayton O'Neill
78da999c5a Normalize Gemfile & pin tests to rspec < 2.99
Pin to rspec < 2.99 until rspec-puppet officially supports rspec 3.x.
This is to avoid warnings due to deprecated matchers in the
rspec-puppet gem.

This change is also intended to normalize the Gemfile for all stackforge
puppet modules.  This should facilitate pinning gem versions when
releasing new stable branches, since the same diff can be used for all
repos.

Change-Id: Ibc857d800943bc256f54bbe9faef0bce080a4fc0
Partial-Bug: #1326034
2014-06-20 09:16:20 -04:00
Chris Hoge
27579e7233 Fixed gate by Updating Gemfile to pin Rake to 10.1.1
The latest Rake update requires Ruby >= 1.9. Bundler in the
current gate uses 1.8.x. This update fixes the gate by pinning
Rake to the last known working version.

Change-Id: I8f798a71246c39deb91610bad1d0261aaa485a75
2014-03-24 15:39:12 -07:00
Mathieu Gagné
f520d4e548 Add puppet-lint to Gemfile
Change-Id: I43a156e119742fe598796053da149e2f3c6dd465
2013-05-21 19:43:34 -04:00
Mathieu Gagné
93f5765bb2 Replace deprecated :rubygems source
Fix deprecation warnings thrown by bundler:

  The source :rubygems is deprecated because HTTP requests are insecure.
  Please change your source to 'https://rubygems.org' if possible,
  or 'http://rubygems.org' if not.

Fixes: bug #1175767
Change-Id: I9d8b0a39a81feda0d406e397cda01e8c6aad1f27
2013-05-02 16:30:38 -04:00
Dan Bode
73f8730385 Add Gemfile
so that we can gate on unit tests.

Change-Id: Ia691db4c81c204f737dddc6dcfc64c4179456248
2013-04-09 15:43:20 -07:00
Branan Purvine-Riley
df7c59ccee Update module to use puppetlabs_spec_helper gem
* Automatically populate fixtures directory on spec runs
* Avoid duplicating spec_helper and Rakefile between modules
2012-05-31 17:11:07 -07:00
Dan Bode
2dbcf740df Add everything needed by travis-ci
This commit adds all of the config files
needed for travisci
2012-02-27 16:52:49 -08:00