Skip to content

fixed incompatibility gem and ruby version/integrated dynamic ruby version value into ci/cd process - #488

Open
OlegPhenomenon wants to merge 3 commits into
masterfrom
incompatibility-ruby-version-3-4-9-with-gem
Open

OlegPhenomenon wants to merge 3 commits into
masterfrom
incompatibility-ruby-version-3-4-9-with-gem

Conversation

@OlegPhenomenon

Copy link
Copy Markdown
Contributor

No description provided.

OlegPhenomenon and others added 3 commits June 17, 2026 15:59
ActionMailer::Base.deliveries is a global array shared across all test
classes. Without clearing it, a mail sent by one test (e.g. a system test)
leaks into another and breaks order/seed-dependent assertions such as
ContactRequestTest#test_does_not_send_bounce_email_if_registrant_not_bounced.

Add a global teardown in ActiveSupport::TestCase so deliveries are reset
after every test regardless of class or run order.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant