summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-12-05 16:12:30 -0800
committerDaniel DeLeo <dan@opscode.com>2011-12-05 16:15:30 -0800
commitabe73e97ec7761bb92f7ac100260d9ddb42b85bc (patch)
tree20c1f941ca0b59c843e31d394a185d85c15f1c4f /Gemfile
parent41375a7717eba3269c1c77f35d9845ebf76e5261 (diff)
downloadmixlib-shellout-abe73e97ec7761bb92f7ac100260d9ddb42b85bc.tar.gz
add junit formatter in dev
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..3b840aa
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,10 @@
+source :rubygems
+gemspec :name => "mixlib-shellout"
+
+group(:test) do
+
+ gem "rspec_junit_formatter"
+
+end
+
+