From 9156f1354f404c569e7fd337cff0171f6f43842e Mon Sep 17 00:00:00 2001 From: Aya Jaff Date: Wed, 12 Aug 2015 15:18:34 +0200 Subject: Added an 'invite code' to all the tests for the sign-up form so we have a valid user for the tests again --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Gemfile') 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 -- cgit v1.2.3