test/command_line_test.rb in paperclip-2.3.5 vs test/command_line_test.rb in paperclip-2.3.6
- old
+ new
@@ -1,5 +1,5 @@
-require 'test/helper'
+require './test/helper'
class CommandLineTest < Test::Unit::TestCase
def setup
Paperclip::CommandLine.path = nil
File.stubs(:exist?).with("/dev/null").returns(true)