Skip to content

Commit

Permalink
fix rubocop offences
Browse files Browse the repository at this point in the history
  • Loading branch information
moofkit committed Jan 16, 2024
1 parent e241ac1 commit b58bd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/sidekiq/rescue/dsl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
end
end

def define_dsl(&block)
job_class.instance_eval(&block)
def define_dsl(...)
job_class.instance_eval(...)
end

describe "#sidekiq_rescue" do
Expand Down

0 comments on commit b58bd14

Please sign in to comment.