Skip to content

Commit

Permalink
disable AF only specs for Hyrax::ChildTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsin johnson committed Sep 1, 2023
1 parent f7750ad commit 6a91eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/hyrax/child_types_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
expect(described_class.for(parent: parent)).to contain_exactly(parent)
end

context 'with an ActiveFedora work' do
context 'with an ActiveFedora work', :active_fedora do
let(:parent) { GenericWork }

it 'gives the configured valid_child_concerns' do
Expand Down

0 comments on commit 6a91eab

Please sign in to comment.