From 20c2480eb363a91a6910780e970ed13a578e4e48 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 7 Oct 2014 01:23:39 +0530 Subject: [PATCH] FIX: fix broken test --- spec/mailers/user_notifications_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/mailers/user_notifications_spec.rb b/spec/mailers/user_notifications_spec.rb index 5ba354ea3..baca811de 100644 --- a/spec/mailers/user_notifications_spec.rb +++ b/spec/mailers/user_notifications_spec.rb @@ -120,9 +120,6 @@ describe UserNotifications do # subject should not include category name expect(mail.subject).not_to match(/Uncategorized/) - # subject should include "Re:" - expect(mail.subject).to match("Re:") - # 2 respond to links cause we have 1 context post mail.html_part.to_s.scan(/To respond/).count.should == 2