summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-04-18 16:42:13 +0200
committervarac <varacanero@zeromail.org>2016-04-18 16:42:13 +0200
commit26302eff4d471af607c0a9a67ef3025f4a2542eb (patch)
tree8bd2089c4bb8aae7b9dab9976134c32565577512 /Gemfile
parent232047fdee815d9cf8c92b6853c5bc8039f2719c (diff)
initial Rakefile and Gemfile for tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..8925a904
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,13 @@
+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.7.0'
+ 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"
+end