Skip to content

Commit

Permalink
chore: fix broken specs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jul 4, 2024
1 parent 4368a25 commit 01a2bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ Style/TrailingCommaInHashLiteral:
Style/StringLiterals:
Enabled: true
EnforcedStyle: single_quotes

RSpec/MultipleMemoizedHelpers:
Max: 10
1 change: 1 addition & 0 deletions spec/esse/active_record/model_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
end

context 'when on :update with a the document that has a routing key' do
let(:index_ok_response) { { 'result' => 'indexed' } }
let(:model_class) do
Class.new(County) do
include Esse::ActiveRecord::Model
Expand Down

0 comments on commit 01a2bfe

Please sign in to comment.