Remove old comment
This commit is contained in:
parent
e6f4c93e9c
commit
59d9c3c892
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
if ENV['COVERAGE']
|
if ENV['COVERAGE']
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
# This can probably go away once we stop using vagrant as submodule
|
|
||||||
add_filter { |source_file| source_file.filename =~ /\/spec\/support/ }
|
add_filter { |source_file| source_file.filename =~ /\/spec\/support/ }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue