should "be able to add an image as non default portrait automatically on item creation" do
        @item1 = new_still_image({ :portrait => true }) { attach_file "image_file_uploaded_data", "white.jpg" }
        portrait_are_in_order_for(@joe, [@item1])
        @item2 = new_still_image({ :portrait => true }) { attach_file "image_file_uploaded_data", "white.jpg" }
        portrait_are_in_order_for(@joe, [@item1, @item2])