Added color to tests. Cruft removed.

This commit is contained in:
Christoph Haas 2016-03-01 12:57:50 +01:00
parent c8172b51da
commit 4a84dc9e53
2 changed files with 18 additions and 5 deletions

12
Gemfile
View file

@ -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

View file

@ -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