Skip to content

Change rspec command #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Change rspec command #246

wants to merge 1 commit into from

Conversation

ydah
Copy link

@ydah ydah commented Jun 19, 2025

spec is unnecessary.

~/ydah/rspec-sidekiq remove-example
❯ bundle exec rspec spec
[rspec-sidekiq] WARNING! Sidekiq will *NOT* process jobs in this environment. See https://github.com/wspurgin/rspec-sidekiq/wiki/FAQ-&-Troubleshooting
..2025-06-19T09:02:47.940Z pid=56574 tid=15tu INFO: Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>"internal", :url=>nil}
.................................................................................................................................................................................................

Finished in 0.10617 seconds (files took 0.54088 seconds to load)
195 examples, 0 failures

~/ydah/rspec-sidekiq remove-example
❯ bundle exec rspec
[rspec-sidekiq] WARNING! Sidekiq will *NOT* process jobs in this environment. See https://github.com/wspurgin/rspec-sidekiq/wiki/FAQ-&-Troubleshooting
..2025-06-19T09:02:50.611Z pid=56706 tid=15em INFO: Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>"internal", :url=>nil}
.................................................................................................................................................................................................

Finished in 0.08648 seconds (files took 0.37149 seconds to load)
195 examples, 0 failures

```
~/ydah/rspec-sidekiq remove-example
❯ bundle exec rspec spec
[rspec-sidekiq] WARNING! Sidekiq will *NOT* process jobs in this environment. See https://github.com/wspurgin/rspec-sidekiq/wiki/FAQ-&-Troubleshooting
..2025-06-19T09:02:47.940Z pid=56574 tid=15tu INFO: Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>"internal", :url=>nil}
.................................................................................................................................................................................................

Finished in 0.10617 seconds (files took 0.54088 seconds to load)
195 examples, 0 failures

~/ydah/rspec-sidekiq remove-example
❯ bundle exec rspec
[rspec-sidekiq] WARNING! Sidekiq will *NOT* process jobs in this environment. See https://github.com/wspurgin/rspec-sidekiq/wiki/FAQ-&-Troubleshooting
..2025-06-19T09:02:50.611Z pid=56706 tid=15em INFO: Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>"internal", :url=>nil}
.................................................................................................................................................................................................

Finished in 0.08648 seconds (files took 0.37149 seconds to load)
195 examples, 0 failures
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant