test/test_grip.rb in grip-0.4.3 vs test/test_grip.rb in grip-0.4.4

- old
+ new

@@ -5,10 +5,10 @@ include Grip has_grid_attachment :image, :resize => {:width=>50,:height=>50} has_grid_attachment :pdf - def grip_process_file opts + def process_image opts opts[:file] end end class GripTest < Test::Unit::TestCase \ No newline at end of file