Sha256: 37ef046837000c597ffc6897ac56c3f2b0a2d4d9088e911ca5989074a0b0ba01
Contents?: true
Size: 323 Bytes
Versions: 29
Compression:
Stored size: 323 Bytes
Contents
require 'spec_helper' describe Sidekiq::Status do let!(:job_id) { SecureRandom.hex(12) } describe '.status' do it 'bypasses redis with inlining enabled' do Process.fork { require 'sidekiq-status/testing/inline' expect(Sidekiq::Status.status(job_id)).to eq :complete } end end end
Version data entries
29 entries across 29 versions & 1 rubygems