First stab at polling support for POP3S / reply by email

This commit is contained in:
Robin Ward
2013-06-13 18:11:10 -04:00
parent 4de0c58b83
commit 8acdc18bc8
19 changed files with 293 additions and 57 deletions

View File

@ -98,6 +98,14 @@ describe UserNotifications do
expects_build_with(has_key(:add_unsubscribe_link))
end
it "has an post_id" do
expects_build_with(has_key(:post_id))
end
it "has an topic_id" do
expects_build_with(has_key(:topic_id))
end
it "has a from alias" do
expects_build_with(has_entry(:from_alias, "#{username} via #{SiteSetting.title}"))
end