Replace email_spec gem with built-in matchers (#38079)

This commit is contained in:
Matt Jankowski
2026-03-05 09:42:21 -05:00
committed by GitHub
parent 5d4271a3cc
commit 4e3866dbaf
18 changed files with 231 additions and 241 deletions

View File

@@ -129,9 +129,6 @@ group :test do
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
gem 'rspec-github', '~> 3.0', require: false
# RSpec helpers for email specs
gem 'email_spec'
# Extra RSpec extension methods and helpers for sidekiq
gem 'rspec-sidekiq', '~> 5.0'