Cross Reference: distributed_ontology_spec.rb
xref
: /
ontohub
/
spec
/
models
/
distributed_ontology_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
distributed_ontology_spec.rb revision 120a4f90c07b4fdcdb5a856982a64a604ea98094
require
'spec_helper'
describe
DistributedOntology
do
context
'associations'
do
it
{
should
have_many
(:
children
)
}
end
end