Remove old comment

This commit is contained in:
Fabio Rehm 2013-03-25 20:32:42 -03:00
parent e6f4c93e9c
commit 59d9c3c892

View file

@ -1,7 +1,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 =~ /\/spec\/support/ }
end
end