Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jan 9, 2025
1 parent 62408ed commit 2944a7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/system/work_edit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
end

it "allows users to delete one of the uploads" do
# allow(ActiveStorage::PurgeJob).to receive(:new).and_call_original
allow(fake_s3_service).to receive(:client_s3_files).and_return([contents1, contents2], [contents2])

expect(page).to have_content "Filename"
Expand All @@ -63,7 +62,6 @@
end

it "allows users to cancel the delete of one of the uploads" do
# allow(ActiveStorage::PurgeJob).to receive(:new).and_call_original
allow(fake_s3_service).to receive(:client_s3_files).and_return([contents1, contents2], [contents2])

expect(page).to have_link "us_covid_2019.csv"
Expand All @@ -76,7 +74,6 @@
end

it "allows users to replace one of the uploads" do
# allow(ActiveStorage::PurgeJob).to receive(:new).and_call_original
expect(page).to have_content "Filename"
expect(page).to have_content "Last Modified"
expect(page).to have_content "Size"
Expand Down

0 comments on commit 2944a7f

Please sign in to comment.