mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 06:46:54 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user