mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Specify :mailer type in specs
According to RSpec docs we need to specify type: :mailer for mails to work. Check it out: https://relishapp.com/rspec/rspec-rails/v/3-8/docs/mailer-specs. This fixes all specs in SubscriptionMailer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'spec_helper'
|
||||
|
||||
xdescribe SubscriptionMailer do
|
||||
describe SubscriptionMailer, type: :mailer do
|
||||
include ActionView::Helpers::SanitizeHelper
|
||||
include OpenFoodNetwork::EmailHelper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user