Skip to content

Commit

Permalink
bug: fix coveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Sep 17, 2018
1 parent 064cfbc commit dc72329
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
require "bundler/setup"

require "dotenv/load"

require "ryo"
require 'coveralls'
Coveralls.wear!

require "dotenv/load"
require "glint"
require "vcr"
require "webrick"

require 'coveralls'
Coveralls.wear!
require "ryo"

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

0 comments on commit dc72329

Please sign in to comment.