Skip to content

Commit

Permalink
MiniMagick expects string args to mogrify commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Dec 29, 2011
1 parent 30ff95e commit bc03d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/uploader/versions_spec.rb
Expand Up @@ -147,7 +147,7 @@ def self.llama

def rotate
manipulate! do |img|
img.rotate 90
img.rotate "90"
img
end
end
Expand Down

0 comments on commit bc03d8c

Please sign in to comment.