1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Adding coveralls support

This commit is contained in:
Kurtis Rainbolt-Greene 2013-03-13 14:16:47 -07:00
parent 1a7e29d04b
commit 4c586bfdb6

View file

@ -1,3 +1,8 @@
require 'coveralls'
Coveralls.wear! do
add_filter "/test/"
end
ENV['RACK_ENV'] = ENV['RAILS_ENV'] = 'test' ENV['RACK_ENV'] = ENV['RAILS_ENV'] = 'test'
if ENV.has_key?("SIMPLECOV") if ENV.has_key?("SIMPLECOV")
require 'simplecov' require 'simplecov'