Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed May 23, 2024
1 parent 61db2a6 commit a4728c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/routes/db_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@
it 'must return status 200 and include records data' do
visit "/db/advisories/#{advisory.id}"

expect(page.html).to eq("foo")
expect(page.status_code).to eq(200)
expect(page).to have_xpath(header_xpath)
end
Expand All @@ -422,7 +421,6 @@
it 'must return status 200 and include records data' do
visit "/db/software/#{software.id}"

expect(page.html).to eq("foo")
expect(page.status_code).to eq(200)
expect(page).to have_xpath(header_xpath)
end
Expand All @@ -447,7 +445,6 @@
it 'must return status 200 and include records data' do
visit "/db/software_vendors/#{software_vendor.id}"

expect(page.html).to eq("foo")
expect(page.status_code).to eq(200)
expect(page).to have_xpath(header_xpath)
end
Expand Down Expand Up @@ -536,7 +533,6 @@
it 'must return status 200 and include records data' do
visit "/db/street_addresses/#{street_address.id}"

expect(page.html).to eq("foo")
expect(page.status_code).to eq(200)
expect(page).to have_xpath(header_xpath)
end
Expand Down

0 comments on commit a4728c2

Please sign in to comment.