Skip to content

Commit

Permalink
remove test for identical to relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisher committed May 22, 2020
1 parent b172289 commit b4c3789
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/lib/stash/zenodo_replicate/metadata_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ module ZenodoReplicate
expect(@mg.notes.scan(/Award Number/).count).to eq(1)
end

it 'has related_identifiers output for itself' do
expect(@mg.related_identifiers).to eq([{ relation: 'isIdenticalTo',
identifier: "https://doi.org/#{@resource.identifier.identifier}" }])
end

it 'has method output' do
expect(@mg.method).to eq(@resource.descriptions.where(description_type: 'methods').first.description)
end
Expand Down

0 comments on commit b4c3789

Please sign in to comment.