Skip to content

Commit a807d87

Browse files
committed
enable branch coverage
1 parent 4e39921 commit a807d87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/spec_helper.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#
1515
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
1616
require 'simplecov'
17-
SimpleCov.start 'rails'
17+
SimpleCov.start 'rails' do
18+
enable_coverage :branch
19+
end
1820

1921
require 'webmock/rspec'
2022
WebMock.allow_net_connect!

0 commit comments

Comments
 (0)