I've added specs to cover sidekiq jobs with rspec, but now, when I start a rails server, console, or just sidekiq, I have this warning:
WARNING: Sidekiq testing API enabled, but this is not the test environment. Your jobs will not go to Redis.
And jobs are indeed not enqueued.
How can I switch back to the development API?