Skip to content

Commit

Permalink
finish coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
saracarl committed Sep 10, 2019
1 parent 06d9184 commit cca4490
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
require 'factory_bot'
require 'webmock/rspec'
require 'database_cleaner'
require 'coveralls'
Coveralls.wear!

DatabaseCleaner.strategy = :transaction

Expand Down Expand Up @@ -111,4 +113,4 @@
silence_warnings do
SMTP_ENABLED = true
end
ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.perform_deliveries = true

0 comments on commit cca4490

Please sign in to comment.