diff options
author | Azul <azul@leap.se> | 2012-10-05 13:52:23 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-05 13:57:24 +0200 |
commit | f7e832b111b38c1b2bdef45ab74001590b17c0dc (patch) | |
tree | 183ca4d265b3adf20a7190517a012969b2fb78a2 /Gemfile | |
parent | 6cf3dacd4a4d0f30a41c6a75658443ce6192e750 (diff) |
adding mocha for tests
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' |