test/image/test-eps.rb in rabbit-2.1.6 vs test/image/test-eps.rb in rabbit-2.1.7
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2012 Kouhei Sutou <kou@cozmixng.org>
+# Copyright (C) 2012-2015 Kouhei Sutou <kou@cozmixng.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
@@ -15,10 +15,10 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
require "rabbit/image/eps"
class TestImageEPS < Test::Unit::TestCase
- include RabbitTestUtils
+ include RabbitTestUtils::Fixture
private
def fixture_path(base_name)
super("image", "eps", base_name)
end