describe Rails3::Assist::Artifact::CRUD::Update do describe '#insert_into_artifact' do it "should ..." do pending "todo" end end describe '#remove_from_artifact' do it "should ..." do pending "todo" end end describe '#replace_in_artifact' do it "should ..." do pending "todo" end end end