spec/uploaders/image_uploader_spec.rb in adminpanel-0.0.6.1 vs spec/uploaders/image_uploader_spec.rb in adminpanel-0.0.7
- old
+ new
@@ -26,12 +26,6 @@
context 'the porfolio version' do
it "should scale down a landscape image to be exactly 468 by 312 pixels" do
@image_uploader.portfolio.should be_no_larger_than(468, 312)
end
end
-
- context 'the tiny version' do
- it "should scale down a landscape image to fit within 400 by 307 pixels" do
- @image_uploader.tiny.should have_dimensions(460, 307)
- end
- end
end
\ No newline at end of file