Skip to content

Commit

Permalink
remove defunct, paused location soft delete specs
Browse files Browse the repository at this point in the history
  • Loading branch information
malakai97 committed Feb 21, 2024
1 parent bd2b2b7 commit 82b83c1
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
end
end

xcontext "when collection_a location is soft deleted" do
let(:collection_a) { Factory[:collection, :restricted_by_username_location_soft_deleted, dlpsClass: "same-class"] }

it "finds only grant_b" do
expect(grants.map(&:uniqueIdentifier)).to contain_exactly grant_b.uniqueIdentifier
end
end

context "when collection_b is soft deleted" do
let(:collection_b) { Factory[:collection, :soft_deleted, dlpsClass: "same-class"] }

Expand All @@ -45,14 +37,6 @@
end
end

xcontext "when collection_b location is soft deleted" do
let(:collection_b) { Factory[:collection, :location_soft_deleted, dlpsClass: "same-class"] }

it "finds only grant_a" do
expect(grants.map(&:uniqueIdentifier)).to contain_exactly grant_a.uniqueIdentifier
end
end

context "when individual is soft deleted" do
let(:individual) { Factory[:user, :soft_deleted, userid: "lauth-allowed"] }

Expand Down

0 comments on commit 82b83c1

Please sign in to comment.