Sha256: 7aad789193b7742fa00697065f50e670afbb94700b1954a77d3922fb5da73ea5
Contents?: true
Size: 277 Bytes
Versions: 11
Compression:
Stored size: 277 Bytes
Contents
require 'spec_helper' describe Hydra::Works::Characterization::FitsDocument do it 'defines an xml template' do templ = described_class.xml_template.remove_namespaces! expect(templ.xpath('/fits/identification/identity/@toolname').first.value).to eq('FITS') end end
Version data entries
11 entries across 11 versions & 1 rubygems