Add coveralls
This commit is contained in:
parent
f844625b55
commit
fd679dc78b
2 changed files with 5 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -68,3 +68,5 @@ gem 'paper_trail', '~> 4.0.0.beta'
|
||||||
|
|
||||||
# Windoos sux
|
# Windoos sux
|
||||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
||||||
|
|
||||||
|
gem 'coveralls', require: false
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
require 'coveralls'
|
||||||
|
Coveralls.wear!
|
||||||
|
|
||||||
ENV['RAILS_ENV'] ||= 'test'
|
ENV['RAILS_ENV'] ||= 'test'
|
||||||
require File.expand_path('../../config/environment', __FILE__)
|
require File.expand_path('../../config/environment', __FILE__)
|
||||||
require 'rails/test_help'
|
require 'rails/test_help'
|
||||||
|
|
Loading…
Reference in a new issue