From 40efb679c42caa6c3ffd6ee8c9fb74ac15701026 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 6 Feb 2023 17:17:27 +0000 Subject: [PATCH] refactor: linting --- spec/mailers/devise_notify_mailer_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/mailers/devise_notify_mailer_spec.rb b/spec/mailers/devise_notify_mailer_spec.rb index 7b0896e8b..79e383161 100644 --- a/spec/mailers/devise_notify_mailer_spec.rb +++ b/spec/mailers/devise_notify_mailer_spec.rb @@ -64,7 +64,6 @@ RSpec.describe DeviseNotifyMailer do context "when a user requests a new confirmation link" do let(:email) { "test@example.com" } - it "sends re-confirmation template" do user = User.create!(name:, organisation:, email:, password:, role:) expect(notify_client).to receive(:send_email).with(hash_including(template_id: User::RECONFIRMABLE_TEMPLATE_ID))