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

Filter tests from coverage

This commit is contained in:
Mike Perham 2013-04-12 13:57:24 -07:00
parent 235ea144dd
commit cb409e36f8

View file

@ -6,7 +6,9 @@ end
ENV['RACK_ENV'] = ENV['RAILS_ENV'] = 'test'
if ENV.has_key?("SIMPLECOV")
require 'simplecov'
SimpleCov.start
SimpleCov.start do
add_filter "/test/"
end
end
begin