Skip to content

Commit

Permalink
Marks spec/services/hyrax/graph_exporter_spec.rb as ActiveFedora-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Dec 19, 2023
1 parent dd9a875 commit 5ffa524
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 5ffa524

Please sign in to comment.