Skip to content

Commit

Permalink
add simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebgr committed Mar 8, 2024
1 parent 2513043 commit 4f707e2
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 4f707e2

Please sign in to comment.