Skip to content

Commit

Permalink
Pass solr_options properly
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Dec 3, 2024
1 parent 39a3ead commit ca33482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ task :check do

require 'solr_wrapper'
Rake::Task[:setup].invoke
SolrWrapper.wrap(force: true) do |solr|
SolrWrapper.wrap(solr_options: { force: true }) do |solr|
solr.with_collection(name: 'geodata-test', dir: "#{Rails.root}/config/solr") do

# Rake::Task[:coverage].invoke
Expand Down

0 comments on commit ca33482

Please sign in to comment.