From e69ffa86b35449c36ec85d5f9e76136aa5f28ce9 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 11 Feb 2020 17:07:18 -0500 Subject: [PATCH] Fix test another way --- spec/mailers/user_notifications_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/mailers/user_notifications_spec.rb b/spec/mailers/user_notifications_spec.rb index 896d5c3d9b4..dd86e29e3c4 100644 --- a/spec/mailers/user_notifications_spec.rb +++ b/spec/mailers/user_notifications_spec.rb @@ -220,7 +220,6 @@ describe UserNotifications do html = subject.html_part.body.to_s expect(html).to include 'F0F0F0' expect(html).to include '1E1E1E' - expect(html).to include '858585' end it "supports subfolder" do