diff options
author | Aya Jaff <ayajaff@hotmail.com> | 2015-08-12 15:18:34 +0200 |
---|---|---|
committer | ankonym <ankonym@gmail.com> | 2015-09-28 15:12:44 +0200 |
commit | 9156f1354f404c569e7fd337cff0171f6f43842e (patch) | |
tree | b32b4026dfdbdf8a2b7b8e1161d2922891bf3d24 /Gemfile | |
parent | 8f03c13a038469a1191666259ef5609c89d69d90 (diff) |
Added an 'invite code' to all the tests for the sign-up form so we have a valid user for the tests again
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -84,6 +84,11 @@ group :production do gem 'SyslogLogger', '~> 2.0' end +group :development do + gem "better_errors", '1.1.0' + gem "binding_of_caller" +end + group :debug do gem 'debugger', :platforms => :mri_19 end |