stop duplicate minitest runs

This commit is contained in:
Mark Moser
2016-09-22 09:07:06 -05:00
parent 7774a1e3f2
commit 47d7188a2f
4 changed files with 21 additions and 14 deletions

20
Gemfile
View File

@ -33,26 +33,30 @@ group :development do
end
group :development, :test do
gem 'awesome_print'
gem 'binding_of_caller'
gem 'brakeman'
gem 'byebug', platform: :mri
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'listen'
gem 'guard'
gem 'guard-brakeman'
gem 'guard-livereload'
gem 'guard-minitest'
gem 'guard-rubocop'
gem 'guard-shell'
gem 'listen', '~> 3.0'
gem 'minitest-reporters'
gem 'rails-controller-testing'
gem 'policy-assertions'
gem 'byebug', platform: :mri
gem 'pry-byebug'
gem 'pry-rails'
gem 'rails-controller-testing'
gem 'binding_of_caller'
gem 'awesome_print'
gem 'rubocop', '~> 0.42.0'
gem 'simplecov', require: false
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'brakeman'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem