Skip to content

Commit

Permalink
Autocorrect rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 8, 2024
1 parent 5b27470 commit b652eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/search_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
described_class.default_processor_chain << :add_advanced_search_to_solr
end

it 'will allow up to max per page' do
it 'allows up to max per page' do
expect(builder.to_hash).to include(rows: 999)
end

Expand Down Expand Up @@ -68,7 +68,7 @@
}.with_indifferent_access
end

it 'will become config.default_per_page' do
it 'becomes config.default_per_page' do
expect(builder.to_hash).to include(rows: 99)
end
end
Expand Down

0 comments on commit b652eef

Please sign in to comment.