FIX: PM participants listed inline

This commit is contained in:
Jeff Wong
2018-06-11 18:14:25 -07:00
parent 44ee26721a
commit 4599cc8435
7 changed files with 29 additions and 42 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ describe UserNotifications do
notification_data_hash: notification.data_hash
)
expect(mail.body).to include("#{I18n.t("user_notifications.pm_participants")} [group1 (2)](http://test.localhost/groups/group1), [group2 (1)](http://test.localhost/groups/group2), [one](http://test.localhost/u/one), [two](http://test.localhost/u/two)")
expect(mail.body).to include("[group1 (2)](http://test.localhost/groups/group1), [group2 (1)](http://test.localhost/groups/group2), [one](http://test.localhost/u/one), [two](http://test.localhost/u/two)")
end
context "when SiteSetting.group_name_in_subject is true" do