summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAya Jaff <ayajaff@hotmail.com>2015-08-12 15:18:34 +0200
committerankonym <ankonym@gmail.com>2015-09-28 15:12:44 +0200
commit9156f1354f404c569e7fd337cff0171f6f43842e (patch)
treeb32b4026dfdbdf8a2b7b8e1161d2922891bf3d24 /Gemfile
parent8f03c13a038469a1191666259ef5609c89d69d90 (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--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index dd93a3c..fdd63f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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