Skip to content

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 93f8993 commit 652fbca
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 "bundler/setup"
require "robtex"
require "rspec"
require "vcr"

require 'coveralls'
Coveralls.wear!

require "robtex"
require "rspec"
require "vcr"

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 652fbca

Please sign in to comment.