Skip to content

Commit

Permalink
Merge pull request #6554 from samvera/updates_graph_exporter_spec
Browse files Browse the repository at this point in the history
Marks `spec/services/hyrax/graph_exporter_spec.rb` as ActiveFedora-only.
  • Loading branch information
dlpierce authored Jan 3, 2024
2 parents 6be7b64 + 5ffa524 commit 57d5e0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/services/hyrax/graph_exporter_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true
RSpec.describe Hyrax::GraphExporter do

# NOTE: This service focuses solely on interacting with ActiveFedora methods and connections.
RSpec.describe Hyrax::GraphExporter, :active_fedora do
subject(:service) { described_class.new(document, hostname: 'localhost') }
let(:work) { FactoryBot.create(:work_with_one_file, visibility: 'open') }
let(:document) { double(id: work.id) }
Expand Down

0 comments on commit 57d5e0d

Please sign in to comment.