fix the receiver_spec

This commit is contained in:
Régis Hanol 2017-07-31 11:29:39 +02:00
parent cae437850e
commit c7f76aa554
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ describe Email::Receiver do
it "handles inline reply" do it "handles inline reply" do
expect { process(:inline_reply) }.to change { topic.posts.count } expect { process(:inline_reply) }.to change { topic.posts.count }
expect(topic.posts.last.raw).to eq("> WAT <https://bar.com/users/wat> November 28\n>\n> This is the previous post.\n\nAnd this is *my* reply :+1:") expect(topic.posts.last.raw).to eq("And this is *my* reply :+1:")
end end
it "retrieves the first part of multiple replies" do it "retrieves the first part of multiple replies" do