mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
fix spec for default email title
This commit is contained in:
@ -341,7 +341,7 @@ describe Email::Receiver do
|
||||
|
||||
it "handles email with no subject" do
|
||||
expect { process(:no_subject) }.to change(Topic, :count)
|
||||
expect(Topic.last.title).to eq("Incoming email from some@one.com")
|
||||
expect(Topic.last.title).to eq("This topic needs a title")
|
||||
end
|
||||
|
||||
it "invites everyone in the chain but emails configured as 'incoming' (via reply, group or category)" do
|
||||
|
Reference in New Issue
Block a user