Skip to content

Commit

Permalink
Merge pull request #9 from ninoseki/fix-coveralls-issue
Browse files Browse the repository at this point in the history
fix: fix coveralls issue
  • Loading branch information
ninoseki committed Sep 17, 2018
2 parents 014dd31 + fb9009d commit 2933cf1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
require "bundler/setup"

require "dotenv/load"
require 'coveralls'
Coveralls.wear!

require "dotenv/load"
require "pulsedive"
require "rspec"
require "vcr"

require 'coveralls'
Coveralls.wear!

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = ".rspec_status"
Expand Down

0 comments on commit 2933cf1

Please sign in to comment.