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 /Gemfile | |
parent | e6544ecc5a51ad6502a64bd08df71aa7ff75a3ee (diff) |
move platform ci tests to tests/platform-ci
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Gemfile b/Gemfile deleted file mode 100644 index ca38b3ba..00000000 --- a/Gemfile +++ /dev/null @@ -1,15 +0,0 @@ -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', :ref => 'develop' -end |