save_and_delete_file_spec.rb revision 49f4112620975dae84bcd13f02667b00f16a3448
require 'spec_helper'
end
it 'should not have an ontology yet' do end
end
it 'create the file in the git repository' do end
it 'create the file with correct contents in the git repository' do end
it 'create a new ontology' do end
it 'create a new ontology with a default name' do end
it 'create a new ontology with only one version' do end
it 'create a new ontology with its version pointing to the commit' do end
it 'create a new ontology with only one version belonging to the right user' do end
it 'should have the ontology marked as having a file' do end
end
end
end
it 'create a new ontology version' do end
end
end
end
it 'delete the file in the git repository' do end
it 'should have the ontology marked as having no file' do end
it 'should have the ontology marked as having a file at the old version' do end
end
end
end
end