distributed_ontology_spec.rb revision 120a4f90c07b4fdcdb5a856982a64a604ea98094
require 'spec_helper'
describe DistributedOntology do
context 'associations' do
it { should have_many(:children) }
end
end