Created
June 3, 2011 14:03
-
-
Save slbug/1006385 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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