Skip to content

Commit

Permalink
Merge pull request #1242 from beauby/improve-ministest
Browse files Browse the repository at this point in the history
Better reporter for tests.
  • Loading branch information
NullVoxPopuli committed Oct 15, 2015
2 parents 526b56e + 29c3448 commit 240387b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ group :test do
gem 'sqlite3', platform: (@windows_platforms + [:ruby])
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby

gem 'minitest-reporters', require: false, group: :development
gem 'codeclimate-test-reporter', require: false
gem 'simplecov', '~> 0.10', require: false, group: :development
end
Expand Down
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

gem 'minitest'
require 'minitest/autorun'
require 'minitest/reporters'
Minitest::Reporters.use!
if defined?(Minitest::Test)
# Minitest 5
# https://github.com/seattlerb/minitest/blob/e21fdda9d/lib/minitest/autorun.rb
Expand Down

0 comments on commit 240387b

Please sign in to comment.