[Pkg-puppet-devel] [facter] 75/352: (maint) Add a Gemfile for acceptance testing

Stig Sandbeck Mathisen ssm at debian.org
Sun Apr 6 22:21:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 5baa336eaf4b7b79d8990ba9c5d258f88d4530fb
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date:   Thu Dec 12 16:58:52 2013 -0800

    (maint) Add a Gemfile for acceptance testing
---
 acceptance/Gemfile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/acceptance/Gemfile b/acceptance/Gemfile
new file mode 100644
index 0000000..4d65b18
--- /dev/null
+++ b/acceptance/Gemfile
@@ -0,0 +1,7 @@
+source ENV['GEM_SOURCE'] || "https://rubygems.org"
+
+gem "beaker", "1.2.0"
+
+if File.exists? "#{__FILE__}.local"
+  eval(File.read("#{__FILE__}.local"), binding)
+end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list