Skip to content

Commit 7e386b7

Browse files
Remove test code (#36691).
git-svn-id: https://svn.redmine.org/redmine/trunk@21598 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 239c198 commit 7e386b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/jobs/destroy_projects_job_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class DestroyProjectsJobTest < ActiveJob::TestCase
5757
assert_match /Security notification/, m.subject
5858
assert_match /deleted successfully/, m.text_part.to_s
5959
else
60-
fail 'foo'
6160
assert_enqueued_with(
6261
job: ActionMailer::MailDeliveryJob,
6362
args: ->(job_args){

0 commit comments

Comments
 (0)