Created
June 29, 2011 15:43
-
-
Save petrblaho/1054123 to your computer and use it in GitHub Desktop.
This file contains 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) ThemeAsset attaching a file file is a picture should process picture | |
Failure/Error: @asset.source = FixturedAsset.open('5k.png') | |
NameError: | |
uninitialized constant Magick | |
# ./lib/locomotive/carrierwave/asset.rb:56:in `set_width_and_height' | |
# ./spec/models/theme_asset_spec.rb:17 | |
2) ThemeAsset attaching a file file is a picture should get width and height from the image | |
Failure/Error: @asset.source = FixturedAsset.open('5k.png') | |
NameError: | |
uninitialized constant Magick | |
# ./lib/locomotive/carrierwave/asset.rb:56:in `set_width_and_height' | |
# ./spec/models/theme_asset_spec.rb:23 | |
3) ThemeAsset attaching a file local path and folder should set the local path based on the content type | |
Failure/Error: @asset.source = FixturedAsset.open('5k.png') | |
NameError: | |
uninitialized constant Magick | |
# ./lib/locomotive/carrierwave/asset.rb:56:in `set_width_and_height' | |
# ./spec/models/theme_asset_spec.rb:33 | |
4) ThemeAsset attaching a file local path and folder should set the local path based on the folder | |
Failure/Error: @asset.source = FixturedAsset.open('5k.png') | |
NameError: | |
uninitialized constant Magick | |
# ./lib/locomotive/carrierwave/asset.rb:56:in `set_width_and_height' | |
# ./spec/models/theme_asset_spec.rb:40 | |
5) ThemeAsset attaching a file local path and folder should set sanitize the local path | |
Failure/Error: @asset.source = FixturedAsset.open('5k.png') | |
NameError: | |
uninitialized constant Magick | |
# ./lib/locomotive/carrierwave/asset.rb:56:in `set_width_and_height' | |
# ./spec/models/theme_asset_spec.rb:47 | |
6) ThemeAsset attaching a file#validation is not valid if another file with the same path exists | |
Failure/Error: @asset.source = FixturedAsset.open('5k.png') | |
NameError: | |
uninitialized constant Magick | |
# ./lib/locomotive/carrierwave/asset.rb:56:in `set_width_and_height' | |
# ./spec/models/theme_asset_spec.rb:63 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment