FIX: PM participants listed inline

This commit is contained in:
Jeff Wong
2018-06-11 15:54:39 -07:00
parent 44ee26721a
commit 4599cc8435
7 changed files with 29 additions and 42 deletions

View File

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