Moar vendored vagrant leftovers

This commit is contained in:
Fabio Rehm 2013-03-14 22:45:45 -03:00
parent bee1e98e35
commit 83076f4312

View file

@ -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