Skip to content

Commit

Permalink
remove simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebgr committed Mar 8, 2024
1 parent f2a84db commit 2513043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# the additional setup, and require it from the spec files that actually need
# it.
#
require 'simplecov'
SimpleCov.start do
add_filter "/spec/"
enable_coverage :branch
end
# require 'simplecov'
# SimpleCov.start do
# add_filter "/spec/"
# enable_coverage :branch
# end
require 'support/file_helper'

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
Expand Down

0 comments on commit 2513043

Please sign in to comment.