Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Genia Kazymova committed Jan 9, 2024
1 parent 32abf53 commit 3887006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/lib/trln_argon/highwire_field_mapping_spec.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# rubocop:disable RSpec/FilePath
describe TrlnArgon::SolrDocument::HighwireFieldMapping do
include described_class
# rubocop:disable RSpec/LeakyConstantDeclaration
class SolrDocumentTestClass
include Blacklight::Solr::Document
include TrlnArgon::SolrDocument
end
# rubocop:enable RSpec/LeakyConstantDeclaration

describe '#highwire_metadata_tags' do
let(:document1) do
Expand Down Expand Up @@ -46,3 +49,4 @@ class SolrDocumentTestClass
end
end
end
# rubocop:enable RSpec/FilePath

0 comments on commit 3887006

Please sign in to comment.