Skip to content

Commit

Permalink
Merge 17b5989 into 204d8c9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmagliola committed May 26, 2020
2 parents 204d8c9 + 17b5989 commit d1be590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--require spec_helper
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
require 'simplecov'
require 'coveralls'

RSpec.configure do |c|
c.warnings = true
end

SimpleCov.formatter =
if ENV['CI']
Coveralls::SimpleCov::Formatter
Expand Down

0 comments on commit d1be590

Please sign in to comment.