Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove item seeding from mailers #4236

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

elasticspoon
Copy link
Collaborator

Related to #4199

Type of change

  • Refactor

How Has This Been Tested?

Passes current suite

@elasticspoon elasticspoon mentioned this pull request Mar 31, 2024
21 tasks
@elasticspoon elasticspoon marked this pull request as ready for review March 31, 2024 00:13
Copy link
Collaborator

@dorner dorner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot tell you how happy these PRs are making me 😍

@@ -1,38 +1,42 @@
RSpec.describe DistributionMailer, type: :mailer do
RSpec.describe DistributionMailer, type: :mailer, seed_items: false do
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticing this - seed_items actually controls whether we seed all the base data, not just items. Probably should rename this in a future PR.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dorner Can that be a Good First Issue?

@dorner dorner merged commit dcbc4e5 into rubyforgood:main Apr 2, 2024
19 checks passed
@elasticspoon elasticspoon deleted the remove-spec-seeding-mailers branch April 2, 2024 14:01
Copy link
Contributor

github-actions bot commented Apr 8, 2024

@elasticspoon: Your PR refactor: remove item seeding from mailers is part of today's Human Essentials production release: 2024.04.07.
Thank you very much for your contribution!

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.

3 participants