Skip to content

Commit

Permalink
Merge pull request #119 from scalm/fix_code_coverage
Browse files Browse the repository at this point in the history
Fix code coverage
  • Loading branch information
davissp14 authored Jun 4, 2018
2 parents 1530e18 + e35a461 commit 5b4373d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift File.expand_path('./helpers', __FILE__)

require 'etcdv3'
require 'simplecov'
require 'codecov'
SimpleCov.start
SimpleCov.formatter = SimpleCov::Formatter::Codecov

require 'etcdv3'
require 'helpers/test_instance'
require 'helpers/connections'
require 'helpers/shared_examples_for_timeout'

SimpleCov.start
SimpleCov.formatter = SimpleCov::Formatter::Codecov

RSpec.configure do |config|
config.include(Helpers::Connections)

Expand Down

0 comments on commit 5b4373d

Please sign in to comment.