From 4a84dc9e53c11e147940d7bb80c4f1b658eb306a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 1 Mar 2016 12:57:50 +0100 Subject: [PATCH] Added color to tests. Cruft removed. --- Gemfile | 12 +++++++----- Gemfile.lock | 11 +++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ebb461d..ae4c42a 100644 --- a/Gemfile +++ b/Gemfile @@ -54,17 +54,17 @@ group :development do gem "rails-erd" - # Chrome Rails debugging app - #gem 'meta_request' -end - -group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0' + # Chrome Rails debugging app + #gem 'meta_request' +end + +group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' @@ -73,9 +73,11 @@ group :development, :test do gem 'guard-rails' gem 'minitest-rails' gem 'guard-minitest' + gem 'minitest-reporters' end # Zurb Foundation +# https://github.com/zurb/foundation-rails gem 'foundation-rails' # Pagination diff --git a/Gemfile.lock b/Gemfile.lock index 5844344..f7ef570 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,6 +42,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + ansi (1.5.0) arel (6.0.3) bcrypt (3.1.10) better_errors (2.1.1) @@ -139,6 +140,11 @@ GEM minitest-rails (2.2.0) minitest (~> 5.7) railties (~> 4.1) + minitest-reporters (1.1.8) + ansi + builder + minitest (>= 5.0) + ruby-progressbar multi_json (1.11.2) nenv (0.3.0) nokogiri (1.6.7.2) @@ -204,6 +210,7 @@ GEM responders (2.1.1) railties (>= 4.2.0, < 5.1) ruby-graphviz (1.2.2) + ruby-progressbar (1.7.5) sass (3.4.21) sass-rails (5.0.4) railties (>= 4.0.0, < 5.0) @@ -275,6 +282,7 @@ DEPENDENCIES jbuilder (~> 2.0) jquery-rails minitest-rails + minitest-reporters paperclip (~> 4.2) pg pg_search @@ -289,3 +297,6 @@ DEPENDENCIES web-console (~> 2.0) will_paginate will_paginate-foundation + +BUNDLED WITH + 1.11.2