Skip to content

Instantly share code, notes, and snippets.

@slbug
Created June 3, 2011 14:03
Show Gist options
  • Save slbug/1006385 to your computer and use it in GitHub Desktop.
Save slbug/1006385 to your computer and use it in GitHub Desktop.
Failures:
1) CarrierWave::Uploader.version with nested versions should process nested versions
Failure/Error: @uploader.rotated.should have_dimensions(337, 233)
expected "./spec/public/uploads/tmp/20110603-1559-456-4973/rotated_portrait.jpg" to have an exact size of 337 by 233, but it was 233 by 337.
# ./spec/uploader/versions_spec.rb:142:in `block (4 levels) in <top (required)>'
2) CarrierWave::Mount.mount_uploader expected behavior with subclassed uploaders should inherit defined processors properly
Failure/Error: @uploader1.processors.should == [[:rotate, [], nil]]
expected: [[:rotate, [], nil]]
got: [] (using ==)
Diff:
@@ -1,2 +1,2 @@
-[[:rotate, [], nil]]
+[]
# ./spec/mount_spec.rb:75:in `block (4 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment