summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-05 13:52:23 +0200
committerAzul <azul@leap.se>2012-10-05 13:57:24 +0200
commitf7e832b111b38c1b2bdef45ab74001590b17c0dc (patch)
tree183ca4d265b3adf20a7190517a012969b2fb78a2 /Gemfile
parent6cf3dacd4a4d0f30a41c6a75658443ce6192e750 (diff)
adding mocha for tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
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'