From afcdd39063e5563b2ba7e878633a8bc9d2fb948b Mon Sep 17 00:00:00 2001 From: Diego Scataglini Date: Tue, 4 Oct 2011 02:15:12 -0300 Subject: [PATCH] If it's only needed for testing it should be in a test group --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 21fe2f4..d72bc6b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,7 @@ gem 'qtbindings' gem 'htmlentities' gem 'rest-client' -# only needed for testing -gem 'mocha' +group :test do + # only needed for testing + gem 'mocha' +end