Sha256: 24fd1634c2d957975c249fcfff9d012d70b9dc0d42213bd789e596ec055cab54
Contents?: true
Size: 447 Bytes
Versions: 39
Compression:
Stored size: 447 Bytes
Contents
require 'spec_helper' describe PublishMyData::Ontology do let(:ontology) { FactoryGirl.create(:ontology) } it_behaves_like PublishMyData::AllFeatures do let(:resource) { ontology } end it_behaves_like 'an in-house vocabulary' do let(:vocabulary) { ontology } let(:vocabulary_resource) { ontology.classes.first } end describe '#local?' do it 'should be true' do ontology.local?.should be_true end end end
Version data entries
39 entries across 39 versions & 1 rubygems