Skip to content

Commit

Permalink
Fixes a minor deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and scambra committed Jan 27, 2022
1 parent 065703c commit b1be77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'rails/test_help'
require "orm/#{DEVISE_ORM}"
require 'capybara/rails'
require 'mocha/setup'
require 'mocha/minitest'

ActionMailer::Base.delivery_method = :test
ActionMailer::Base.perform_deliveries = true
Expand Down

0 comments on commit b1be77b

Please sign in to comment.