Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge a21cf0c into 0ed77e4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 22, 2019
2 parents 0ed77e4 + a21cf0c commit d62af6d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 110 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Expand Up @@ -195,14 +195,6 @@ RSpec/DescribeClass:
- 'spec/models/concerns/releaseable_no_vcr_spec.rb'
- 'spec/services/cleanup_service_filesystem_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: SkipBlocks, EnforcedStyle.
# SupportedStyles: described_class, explicit
RSpec/DescribedClass:
Exclude:
- 'spec/utils/sdr_client_spec.rb'

# Offense count: 131
# Configuration parameters: Max.
RSpec/ExampleLength:
Expand Down
1 change: 0 additions & 1 deletion lib/dor-services.rb
Expand Up @@ -4,7 +4,6 @@
require 'active_fedora/version'
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/object/blank'
require 'dor/utils/sdr_client'

module Dor
extend ActiveSupport::Autoload
Expand Down
3 changes: 0 additions & 3 deletions lib/dor/config.rb
Expand Up @@ -63,9 +63,6 @@ def make_solr_connection(add_opts = {})
purl_services: {
rest_client: Confstruct.deferred { |_c| RestResourceFactory.create(:purl_services) }
},
sdr: {
rest_client: Confstruct.deferred { |_c| RestResourceFactory.create(:sdr) }
},
workflow: {
client: Confstruct.deferred do |c|
@wfs ||= Dor::Workflow::Client.new(url: c.url, logger: c.client_logger, timeout: c.timeout)
Expand Down
35 changes: 0 additions & 35 deletions lib/dor/utils/sdr_client.rb

This file was deleted.

63 changes: 0 additions & 63 deletions spec/utils/sdr_client_spec.rb

This file was deleted.

0 comments on commit d62af6d

Please sign in to comment.