You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2012/05/15 17:15:55 UTC

[PATCH core 23/26] Core: Added the minitest gem to the Gemfile for MRI 1.8

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 server/Gemfile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/server/Gemfile b/server/Gemfile
index 1750bdd..244814c 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -10,5 +10,6 @@ group :development do
   gem "ci_reporter"
   gem "cucumber", ">= 0.6.3"
   gem "rspec", ">= 2.0.0"
+  gem "minitest"
 end
 
-- 
1.7.10.1