test/helper.rb in paperclip-3.3.0 vs test/helper.rb in paperclip-3.3.1
- old
+ new
@@ -12,9 +12,10 @@
require 'active_support'
require 'active_support/core_ext'
require 'mime/types'
require 'pathname'
require 'ostruct'
+require 'pry'
puts "Testing against version #{ActiveRecord::VERSION::STRING}"
`ruby -e 'exit 0'` # Prime $? with a value.