Skip to content

Commit

Permalink
Merge pull request #6496 from samvera/abel-fix_grant_edit_job_spec.rb
Browse files Browse the repository at this point in the history
Valkyrization: Fix failing tests in `grant_edit_job_spec.rb`
  • Loading branch information
dlpierce authored Dec 5, 2023
2 parents 4ab68d6 + 56de192 commit 0f674a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/hyrax/grant_edit_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RSpec.describe Hyrax::GrantEditJob do
let(:depositor) { create(:user) }

context "when use_valkyrie is false" do
context "when use_valkyrie is false", :active_fedora do
let(:file_set) { create(:file_set) }

it 'grants a user edit access to a FileSet' do
Expand Down

0 comments on commit 0f674a2

Please sign in to comment.