Sha256: cd5db010016e226d7cb1b0b2df57c3fc85c069e1340c60aa62ebb395681991d9
Contents?: true
Size: 390 Bytes
Versions: 18
Compression:
Stored size: 390 Bytes
Contents
require 'spec_helper' describe CurationConcerns::RightsStatements do let(:service) { described_class.new } describe "#select_active_options" do it "returns active terms" do expect(service.select_active_options).to include(["In Copyright", "http://rightsstatements.org/vocab/InC/1.0/"], ["No Known Copyright", "http://rightsstatements.org/vocab/NKC/1.0/"]) end end end
Version data entries
18 entries across 18 versions & 1 rubygems