diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d8d3f6e..603d3fd 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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