diff options
author | elijah <elijah@riseup.net> | 2016-08-29 21:13:42 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-09-01 10:13:31 -0700 |
commit | 1d56c0a7795ef87e34bd06c93a6525f3068aa536 (patch) | |
tree | 129687fe524355f74d1a4264e3a4c313baff50f6 /tests/platform-ci/Gemfile | |
parent | e6544ecc5a51ad6502a64bd08df71aa7ff75a3ee (diff) |
move platform ci tests to tests/platform-ci
Diffstat (limited to 'tests/platform-ci/Gemfile')
-rw-r--r-- | tests/platform-ci/Gemfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile new file mode 100644 index 00000000..aea88237 --- /dev/null +++ b/tests/platform-ci/Gemfile @@ -0,0 +1,15 @@ +source "https://rubygems.org" + +group :test do + gem "rake" + gem "rspec", '< 3.2.0' + gem "puppet", ENV['PUPPET_VERSION'] || ENV['GEM_PUPPET_VERSION'] || ENV['PUPPET_GEM_VERSION'] || '~> 3.8' + gem "facter", ENV['FACTER_VERSION'] || ENV['GEM_FACTER_VERSION'] || ENV['FACTER_GEM_VERSION'] || '~> 2.2.0' + gem "rspec-puppet" + gem "puppetlabs_spec_helper" + gem "metadata-json-lint" + gem "rspec-puppet-facts" + gem "mocha" + gem "puppet-catalog-test" + gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git', :branch => 'develop' +end |