Sha256: af0bfadf9929a63e94f41464d2b57262f0d25b1b074b0e7b59b4cf50b2b7dac8
Contents?: true
Size: 279 Bytes
Versions: 7
Compression:
Stored size: 279 Bytes
Contents
require 'spec_helper' describe Hydra::Works::Characterization::FitsDatastream 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
7 entries across 7 versions & 1 rubygems