Skip to content

Commit

Permalink
chore: fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Aug 5, 2024
1 parent b698d28 commit 0fd74ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/esse/active_record/collection_connected_to_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
end
end

describe '#each using custom connection', sharding: true do
describe '#each using custom connection', :sharding do
let(:collection_class) do
klass = Class.new(described_class)
klass.base_scope = -> { State }
Expand All @@ -28,7 +28,7 @@
end
end

describe '#each_batch_ids using custom connection', sharding: true do
describe '#each_batch_ids using custom connection', :sharding do
let(:collection_class) do
klass = Class.new(described_class)
klass.base_scope = -> { State }
Expand All @@ -46,7 +46,7 @@
end
end

describe '#count using custom connection', sharding: true do
describe '#count using custom connection', :sharding do
let(:collection_class) do
klass = Class.new(described_class)
klass.base_scope = -> { State }
Expand Down

0 comments on commit 0fd74ca

Please sign in to comment.