ontology_version_test.rb revision 9c9b4f0d0199c3b1dbff564b87435b6693b7e692
require 'test_helper'
context 'Associations' do
end
context 'Validation' do
setup do
end
should 'have valid URI in source_uri' do
end
end
should 'raise exception if source_uri and raw_file are set' do
end
end
should 'raise exception if parse is called without setting raw_file' do
end
end
should 'raise exception if parsing failed' do
end
end
end
end