Skip to content

Commit

Permalink
mark Hyrax Callbacks tests as :active_fedora (#6247)
Browse files Browse the repository at this point in the history
* mark Hyrax Callbacks tests as :active_fedora

Hyrax::Callbacks is deprecated and only used by ActiveFedora apps

* typo

---------

Co-authored-by: Daniel Pierce <dlpierce@indiana.edu>
  • Loading branch information
tamsin johnson and dlpierce authored Aug 29, 2023
1 parent 5f024b4 commit cebfd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/config/hyrax_events_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe "hyrax_events using Hyrax callbacks" do
RSpec.describe "hyrax_events using Hyrax callbacks", :active_fedora do
let(:curation_concern) { create(:work) }
let(:file_set) { create(:file_set) }
let(:user) { create(:user) }
Expand Down

0 comments on commit cebfd83

Please sign in to comment.