Add coveralls

This commit is contained in:
benji 2015-03-03 16:03:59 +01:00
parent f844625b55
commit fd679dc78b
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'