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