ontology_versions_controller_test.rb revision ef1f1ad3d88023d93475dfdce00bd9f230917660
require 'test_helper'
end
:as => 'versions',
context 'OntologyVersion of a DistributedOntology' do
setup do
end
context 'on GET to index of a child' do
setup do
end
should 'assign the parents versions' do
end
end
end
context 'OntologyVersion Instance' do
setup do
end
context 'on GET to index' do
setup do
end
context 'for a single ontology' do
should 'assign the right versions' do
end
end
end
end
end