Skip to content

Commit

Permalink
Merge pull request #3 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 19, 2018
2 parents 80e2b99 + 53328a1 commit 3286fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
require "rspec"
require "require_all"

require_rel "../app"

require 'coveralls'
Coveralls.wear!

require_rel "../app"

RSpec.configure do |config|
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
Expand Down

0 comments on commit 3286fae

Please sign in to comment.