From c7f76aa554550564669f304d9601f8678ce1e912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 31 Jul 2017 11:29:39 +0200 Subject: [PATCH] fix the receiver_spec --- spec/components/email/receiver_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/email/receiver_spec.rb b/spec/components/email/receiver_spec.rb index 38170c983d1..f84b15e169d 100644 --- a/spec/components/email/receiver_spec.rb +++ b/spec/components/email/receiver_spec.rb @@ -290,7 +290,7 @@ describe Email::Receiver do it "handles inline reply" do expect { process(:inline_reply) }.to change { topic.posts.count } - expect(topic.posts.last.raw).to eq("> 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 it "retrieves the first part of multiple replies" do