removed ref to simple cov
This commit is contained in:
parent
b2914ac480
commit
998d5f8b90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user