Skip to content

Commit

Permalink
Remove unused vcr metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 29, 2024
1 parent cac6da0 commit bd93fd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ GEM
net-ssh (7.2.3)
newrelic_rpm (9.8.0)
nio4r (2.7.1)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
Expand Down Expand Up @@ -710,6 +712,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.22.1)
Expand Down Expand Up @@ -795,6 +798,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
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 bd93fd8

Please sign in to comment.