Skip to content

Commit

Permalink
Merge pull request #88 from sul-dlss/coverage
Browse files Browse the repository at this point in the history
tell coveralls it's a rails app
  • Loading branch information
jmartin-sul committed Sep 20, 2019
2 parents 162d06b + d0452df commit 76a6999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
FIXTURES_DIR = File.expand_path('fixtures', __dir__)

require 'coveralls'
Coveralls.wear!
Coveralls.wear!('rails')
require 'equivalent-xml/rspec_matchers'

RSpec.configure do |config|
Expand Down

0 comments on commit 76a6999

Please sign in to comment.