link_spec.rb revision 8855a26fb8a7c3743d2ae2cb817e21fb23b674c4
require 'spec_helper'
context 'when importing an ontology' do context 'which belongs to a distributed ontology' do
context 'and imports another ontology' do
context 'which is not part of the distributed ontology' do
end
it 'should have the link-source set correctly' do end
it 'should have the link-target set correctly' do end
it 'has a link-version set' do end
it 'has a link-version that points to the current link-version' do end
end
end
end
end
end