mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: PM participants listed inline
This commit is contained in:
@@ -247,17 +247,6 @@ describe Email::MessageBuilder do
|
||||
|
||||
end
|
||||
|
||||
context "PM multiple participants" do
|
||||
let(:pm_multiple) { Email::MessageBuilder.new(to_address,
|
||||
body: 'hello world',
|
||||
private_reply: true,
|
||||
participants: "user1, user2") }
|
||||
|
||||
it "lists participants out" do
|
||||
expect(pm_multiple.body).to match('hello world\nuser1, user2')
|
||||
end
|
||||
end
|
||||
|
||||
context "from field" do
|
||||
|
||||
it "has the default from" do
|
||||
|
||||
Reference in New Issue
Block a user