ontology_test.rb revision c5fcf21f871b2581eaeef5e225926864fe2b0a26
require 'test_helper'
end
end
context 'ontology instance' do
setup do
end
should 'have to_s' do
end
end
context 'creating ontology with version' do
setup do
@remote_raw_file_url = 'http://colore.googlecode.com/svn/trunk/ontologies/arithmetic/robinson_arithmetic.clif'
@ontology = Ontology.new \
:uri => 'fooo',
:versions_attributes => [{
}]
end
should 'create a version with remote_raw_file_url' do
end
context 'creating a permission' do
setup do
end
should 'with subject' do
end
should 'with role owner' do
end
end
end
end