Skip to content

Commit

Permalink
Improve variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
henrich-m committed Jun 25, 2018
1 parent c764070 commit d98f732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
class DummyWorker
include Upperkut::Worker

setup_upperkut do |u|
u.batch_size = 5000
u.redis = Redis.new
setup_upperkut do |config|
config.batch_size = 5000
config.redis = Redis.new
end
end

Expand Down

0 comments on commit d98f732

Please sign in to comment.