mini_magick 3.6.0 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mini_magick might be problematic. Click here for more details.

Binary file
data/test/test_helper.rb DELETED
@@ -1,22 +0,0 @@
1
- require 'rubygems'
2
- require 'test/unit'
3
- require 'pathname'
4
- require 'tempfile'
5
- require File.expand_path('../../lib/mini_magick', __FILE__)
6
-
7
-
8
- module MiniMagickTestFiles
9
- test_files = File.expand_path(File.dirname(__FILE__) + "/files")
10
- SIMPLE_IMAGE_PATH = test_files + "/simple.gif"
11
- MINUS_IMAGE_PATH = test_files + "/simple-minus.gif"
12
- SPECIAL_CHARS_IMAGE_PATH = test_files + "/special! \"chars'.gif"
13
- TIFF_IMAGE_PATH = test_files + "/leaves (spaced).tiff"
14
- NOT_AN_IMAGE_PATH = test_files + "/not_an_image.php"
15
- GIF_WITH_JPG_EXT = test_files + "/actually_a_gif.jpg"
16
- EXIF_IMAGE_PATH = test_files + "/trogdor.jpg"
17
- CAP_EXT_PATH = test_files + "/trogdor_capitalized.JPG"
18
- ANIMATION_PATH = test_files + "/animation.gif"
19
- PNG_PATH = test_files + "/png.png"
20
- COMP_IMAGE_PATH = test_files + "/composited.jpg"
21
- ERRONEOUS_IMAGE_PATH = test_files + "/erroneous.jpg"
22
- end
Binary file