spec/uploaders/receipt_uploader_spec.rb in bookkeeper-0.0.4 vs spec/uploaders/receipt_uploader_spec.rb in bookkeeper-0.0.5
- old
+ new
@@ -12,14 +12,14 @@
after do
ReceiptUploader.enable_processing = false
@uploader.remove!
end
- context 'the thumb version' do
- it "should scale down a landscape image to be exactly 64 by 64 pixels" do
- @uploader.thumb.should have_dimensions(64, 64)
- end
- end
+ # context 'the thumb version' do
+ # it "should scale down a landscape image to be exactly 64 by 64 pixels" do
+ # @uploader.thumb.should have_dimensions(64, 64)
+ # end
+ # end
it "should make the image readable only to the owner and not executable" do
@uploader.should have_permissions(0600)
end
end