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