Skip to content

Commit

Permalink
Merge pull request #2418 from sul-dlss/remove-unused-vcr-metadata
Browse files Browse the repository at this point in the history
Remove unused vcr metadata
  • Loading branch information
marlo-longley authored May 20, 2024
2 parents f3dfba9 + e60c5f8 commit a9f6ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ GEM
net-ssh (7.2.3)
newrelic_rpm (9.9.0)
nio4r (2.7.3)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
Expand Down
2 changes: 1 addition & 1 deletion spec/features/indexing_integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rails_helper'

RSpec.describe 'indexing integration test', type: :feature, vcr: true do
RSpec.describe 'indexing integration test', type: :feature do
subject(:dor_harvester) { DorHarvester.new(druid_list: druid, exhibit: exhibit) }

let(:exhibit) { FactoryBot.create(:exhibit) }
Expand Down

0 comments on commit a9f6ff7

Please sign in to comment.