Skip to content

Commit

Permalink
don't test ActiveFedora specific VersioningService tests on .koppie
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsin johnson committed Aug 30, 2023
1 parent f576b42 commit 9da5793
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 9da5793

Please sign in to comment.