test/processor_test.rb in paperclip-2.3.5 vs test/processor_test.rb in paperclip-2.3.6

- old
+ new

@@ -1,5 +1,5 @@ -require 'test/helper' +require './test/helper' class ProcessorTest < Test::Unit::TestCase should "instantiate and call #make when sent #make to the class" do processor = mock processor.expects(:make).with()