Skip to content

Commit

Permalink
Made changes according to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 3, 2024
1 parent cdd8878 commit 85517cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mailers/application_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "rails_helper"

RSpec.describe ApplicationMailer, :sidekiq do
RSpec.describe ApplicationMailer, type: :mailer do
describe ".rescue_from" do
fake_mailer =
Class.new(ApplicationMailer) do
Expand Down

0 comments on commit 85517cd

Please sign in to comment.