save_and_delete_file_spec.rb revision 81da36894af70bbb8d8e24b004026ad4c5c1bc99
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