oops did not have autospec running

This commit is contained in:
Sam 2013-09-12 15:55:18 +10:00
parent 691377b5af
commit 4599e5d732
1 changed files with 1 additions and 1 deletions

View File

@ -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