diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 76c47ed..d8d3f6e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -2,8 +2,6 @@ if ENV['COVERAGE'] require 'simplecov' SimpleCov.start do # This can probably go away once we stop using vagrant as submodule - add_filter { |source_file| source_file.filename =~ /\/vagrant\/plugins\// } - add_filter { |source_file| source_file.filename =~ /\/vagrant\/lib\/vagrant(\/|\.rb)/ } add_filter { |source_file| source_file.filename =~ /\/spec\/support/ } end end