diff --git a/Gemfile b/Gemfile index 9d161f1..8a6238b 100644 --- a/Gemfile +++ b/Gemfile @@ -68,3 +68,5 @@ gem 'paper_trail', '~> 4.0.0.beta' # Windoos sux gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] + +gem 'coveralls', require: false diff --git a/test/test_helper.rb b/test/test_helper.rb index 92e39b2..cbd1a50 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,3 +1,6 @@ +require 'coveralls' +Coveralls.wear! + ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help'