mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Support Ruby 2.4.
This commit is contained in:
parent
86efc57390
commit
04016f0dec
29 changed files with 73 additions and 60 deletions
|
@ -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/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue