We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239c198 commit 7e386b7Copy full SHA for 7e386b7
test/unit/jobs/destroy_projects_job_test.rb
@@ -57,7 +57,6 @@ class DestroyProjectsJobTest < ActiveJob::TestCase
57
assert_match /Security notification/, m.subject
58
assert_match /deleted successfully/, m.text_part.to_s
59
else
60
- fail 'foo'
61
assert_enqueued_with(
62
job: ActionMailer::MailDeliveryJob,
63
args: ->(job_args){
0 commit comments