entity_test.rb revision 38dab3b63e2730b443590a53de93e085659efe25
require 'test_helper'
context 'Migrations' do
end
end
end
context 'Associations' do
end
context 'OntologyInstance' do
setup do
end
context 'creating Entities' do
setup do
@entity_hash = {
'name' => 'nat',
'range' => '28.9',
'kind' => 'sort',
'text' => 'nat'
}
end
context 'correct attribute' do
setup do
end
should "be #{attr}" do
end
end
end
end
end
end