ontology_import_xml_test.rb revision 38dab3b63e2730b443590a53de93e085659efe25
require 'test_helper'
end
context 'Import single Ontology' do
setup do
end
should 'save logic' do
end
context 'entity count' do
should 'be correct' do
end
end
context 'sentence count' do
should 'be correct' do
end
end
end
context 'Import distributed Ontology' do
setup do
end
should 'create single ontologies' do
end
should 'have children ontologies' do
end
should 'have correct link count' do
end
should 'have no logic' do
end
should 'have no entities' do
end
should 'have no sentences' do
end
context 'first child ontology' do
setup do
end
should 'have entities' do
end
should 'have sentences' do
end
end
end
end