ontology_test.rb revision 7097237ffbd7227b30272b307b6e48c78b22ecb1
require 'test_helper'
context 'Validations' do
end
end
end
context 'ontology instance' do
setup do
end
context 'with name' do
setup do
@name = "fooo"
@ontology.name = @name
end
should 'have to_s' do
end
end
context 'without name' do
setup do
@ontology.name = nil
end
should 'have to_s' do
end
end
end
context 'checking ordering of Ontology list' do
setup do
end
@done_state = "done"
end
should 'list done ontologies first' do
end
end
end