Skip to content

Commit

Permalink
Fixing more rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-lewis-nsidc committed Sep 12, 2023
1 parent d660c6f commit 60c10cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/search_solr_tools_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

%w[harvesters translators].each do |subdir|
Dir[File.join(__dir__, 'search_solr_tools_test', subdir, '*.rb')].each { |file| require file }
end
end
3 changes: 1 addition & 2 deletions tasks/bump.rake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ namespace :bump do
end
end


def bump_and_push(version)
sh %(gem bump --version #{version})
update_changelog
Expand Down Expand Up @@ -63,4 +62,4 @@ end

def spec
Gem::Specification.find_by_name('search_solr_tools_test')
end
end

0 comments on commit 60c10cb

Please sign in to comment.