Replace RMagick with MiniMagick (#30492).

Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18366 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-08-14 02:40:56 +00:00
parent 3bf7956ce0
commit beeacb2c2a
56 changed files with 213 additions and 172 deletions

View File

@@ -155,7 +155,7 @@ class GanttsControllerTest < Redmine::ControllerTest
assert @response.body.starts_with?('%PDF')
end
if Object.const_defined?(:Magick)
if Object.const_defined?(:MiniMagick)
def test_gantt_should_export_to_png
get :show, :params => {
:project_id => 1,