mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 00:36:01 +01:00
Skip thumbnail tests if ImageMagick convert command is not available (#33226).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19640 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -32,6 +32,7 @@ class JournalsHelperTest < Redmine::HelperTest
|
||||
:versions
|
||||
|
||||
def test_journal_thumbnail_attachments_should_return_thumbnailable_attachments
|
||||
skip unless convert_installed?
|
||||
set_tmp_attachments_directory
|
||||
issue = Issue.generate!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user