removed ref to simple cov

This commit is contained in:
Torsten Ruger 2015-07-18 12:06:20 +03:00
parent b2914ac480
commit 998d5f8b90

View File

@ -1,19 +1,5 @@
require 'simplecov'
module SimpleCov::Configuration
def clean_filters
@filters = []
end
end
SimpleCov.configure do
clean_filters
load_profile 'test_frameworks'
end
ENV["COVERAGE"] && SimpleCov.start do
add_filter "/.rvm/"
end
require 'rubygems'
require 'bundler'
begin