Skip to content

Commit

Permalink
Rename testing_spec to worker_spec
Browse files Browse the repository at this point in the history
`
  • Loading branch information
dsander committed Jun 2, 2022
1 parent b6bd1df commit a10299e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/sidekiq/testing_spec.rb → spec/sidekiq/worker_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

RSpec.describe "sidekiq/testing" do
describe "Sidekiq::Worker.clear_all" do
RSpec.describe "Sidekiq::Worker" do
describe "#clear_all" do
it "unlocks all unique locks" do
expect(UntilAndWhileExecutingJob.perform_async).not_to be_nil
Sidekiq::Worker.clear_all
Expand Down

0 comments on commit a10299e

Please sign in to comment.