mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Support Ruby 2.4.
This commit is contained in:
@ -297,6 +297,8 @@ describe Email::Receiver do
|
||||
end
|
||||
|
||||
it "supports attached images" do
|
||||
SiteSetting.queue_jobs = true
|
||||
|
||||
expect { process(:no_body_with_image) }.to change { topic.posts.count }
|
||||
expect(topic.posts.last.raw).to match(/<img/)
|
||||
|
||||
|
Reference in New Issue
Block a user