Sha256: ad3d0833fc5ca28060634976fc506f1cfdf2d06632a3522057eac42ee27a6647
Contents?: true
Size: 419 Bytes
Versions: 39
Compression:
Stored size: 419 Bytes
Contents
require 'spec_helper' describe PublishMyData::ThirdParty::ConceptScheme do let(:concept_scheme) { FactoryGirl.create(:external_concept_scheme) } it_behaves_like 'an external vocabulary' do let(:vocabulary) { concept_scheme } let(:vocabulary_resource) { concept_scheme.concepts.first } end describe '#local?' do it 'should be false' do concept_scheme.local?.should be_false end end end
Version data entries
39 entries across 39 versions & 1 rubygems