Sha256: b8cd59c819d2bb8111ff5f75671030f374ff035ddf4f8e14f6a580a0d177558b
Contents?: true
Size: 317 Bytes
Versions: 6
Compression:
Stored size: 317 Bytes
Contents
require 'spec_helper' describe GenericFileRdfDatastream do it "should have bibliographicCitation" do subject.bibliographic_citation = "foo" expect(subject.bibliographic_citation).to eq ["foo"] end it "should have source" do subject.source = "foo" expect(subject.source).to eq ["foo"] end end
Version data entries
6 entries across 6 versions & 1 rubygems