ontology_test.rb revision 9c9b4f0d0199c3b1dbff564b87435b6693b7e692
require 'test_helper'
context 'ontology instance' do
setup do
end
should 'have to_s' do
end
end
context 'creating ontology with version' do
setup do
@ontology = Ontology.new \
:uri => 'fooo',
:versions_attributes => [{
}]
end
should 'create a version with source_uri' do
end
context 'creating a permission' do
setup do
end
should 'with subject' do
end
should 'with role owner' do
end
end
end
end