From f7e832b111b38c1b2bdef45ab74001590b17c0dc Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 5 Oct 2012 13:52:23 +0200 Subject: adding mocha for tests --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 015c5ad..0bdea00 100644 --- a/Gemfile +++ b/Gemfile @@ -36,6 +36,11 @@ gem 'leap_web_help', :path => 'help' gem 'couchrest_session_store' + +group :development, :test do + gem 'mocha' +end + # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' -- cgit v1.2.3