Skip to content

Commit

Permalink
Remove duplicate tests (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
bess authored Nov 18, 2024
1 parent 6393b07 commit 6de2535
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions spec/requests/catalog_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,20 +178,4 @@
end
end
end

describe "#show" do
xit "shows the catalog" do
document = SolrDocument.new(id: "doi-10-34770-r75s-9j74")
get "/catalog/#{document.id}", params: { format: "json" }
expect(response.status).to eq(200)
end
end

describe "#bibtex" do
it "returns citations" do
document = SolrDocument.new(id: "doi-10-34770-r75s-9j74")
get "/catalog/#{document.id}/bibtex", params: { id: document.id }
expect(response.status).to eq(200)
end
end
end

0 comments on commit 6de2535

Please sign in to comment.