Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fix: fix coveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Sep 17, 2018
1 parent 3b4bd00 commit 2d33996
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
require "dotenv/load"
require "rspec"
require "urlscan"
require "vcr"

require 'coveralls'
Coveralls.wear!

require "rspec"
require "urlscan"
require "vcr"

RSpec.configure do |config|
def capture(stream)
begin
Expand Down

0 comments on commit 2d33996

Please sign in to comment.