Skip to content

Commit

Permalink
Merge pull request #6264 from samvera/versioning-srv
Browse files Browse the repository at this point in the history
don't test ActiveFedora specific VersioningService tests on `.koppie`
  • Loading branch information
hackartisan authored Aug 30, 2023
2 parents f85b164 + 9da5793 commit 1f42115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/hyrax/versioning_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let(:user) { build(:user) }
let(:file) { create(:file_set) }

describe 'using ActiveFedora' do
describe 'using ActiveFedora', :active_fedora do
before do
# Add the original_file (this service creates a version after saving when you call it with versioning: true)
Hydra::Works::AddFileToFileSet.call(file, File.open(fixture_path + '/world.png'), :original_file, versioning: true)
Expand Down

0 comments on commit 1f42115

Please sign in to comment.