REFACTOR: Add full_url to Group

Lets stop writing the same code over and over again.
This commit is contained in:
Gerhard Schlager
2022-04-13 15:53:54 +02:00
committed by Gerhard Schlager
parent b3cda195b8
commit b7230d14a3
4 changed files with 7 additions and 3 deletions

View File

@ -606,7 +606,7 @@ describe UserNotifications do
notification_data_hash: notification.data_hash
)
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)")
expect(mail.body).to include("[group1 (2)](http://test.localhost/g/group1), [group2 (1)](http://test.localhost/g/group2), [one](http://test.localhost/u/one), [two](http://test.localhost/u/two)")
end
context "when SiteSetting.group_name_in_subject is true" do