diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0410e20..be61b32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,6 +51,6 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: bundle exec rspec spec + run: bundle exec rspec - name: Check for implicitly loaded dependencies # See #204 run: bundle exec ruby ./lib/rspec-sidekiq.rb diff --git a/README.md b/README.md index d723d50..b10c906 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ FooClass.within_sidekiq_retries_exhausted_block { ## Testing ``` -bundle exec rspec spec +bundle exec rspec ``` ## Maintainers