Skip to content

Commit

Permalink
Merge branch 'fix-tests-ruby-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 16, 2025
2 parents 726cd45 + 8d1a233 commit 8109fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/icasework/document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
end

describe '#find' do
subject(:document) { described_class.find(payload) }
subject(:document) { described_class.find(**payload) }

before do
allow(described_class).to receive(:where).and_return(
Expand Down

0 comments on commit 8109fef

Please sign in to comment.