Searched refs:target_ontology (Results 1 - 3 of 3) sorted by relevance

/ontohub/app/serializers/
H A Dmapping_serializer.rb16 has_one :target_ontology, serializer: OntologySerializer::Reference
26 def target_ontology method in class:MappingSerializer
/ontohub/spec/models/
H A Dmapping_spec.rb18 let(:target_ontology) { dist_ontology.children.find_by_name('Features') }
34 expect(mapping.target).to eq(target_ontology)
/ontohub/features/step_definitions/
H A Dloc_id_routing_steps.rb14 target_ontology = FactoryGirl.create :single_ontology
16 target: target_ontology

Completed in 929 milliseconds