From 4599e5d732017dcd62a25ec1c70044159b7a4769 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 12 Sep 2013 15:55:18 +1000 Subject: [PATCH] oops did not have autospec running --- spec/mailers/user_notifications_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mailers/user_notifications_spec.rb b/spec/mailers/user_notifications_spec.rb index 34596e55f1c..2361761c955 100644 --- a/spec/mailers/user_notifications_spec.rb +++ b/spec/mailers/user_notifications_spec.rb @@ -129,7 +129,7 @@ describe UserNotifications do end it "has a from alias" do - expects_build_with(has_entry(:from_alias, "#{username} via #{SiteSetting.title}")) + expects_build_with(has_entry(:from_alias, "#{username}")) end end end