--- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -require 'simplecov' +#require 'simplecov' -SimpleCov.start do - add_filter '/spec/' -end +#SimpleCov.start do +# add_filter '/spec/' +#end RSpec.configure do |config| config.expect_with :rspec do |expectations|