Method: RSpec::Sidekiq::NullStatus#initialize
- Defined in:
- lib/rspec/sidekiq/batch.rb
#initialize(bid = SecureRandom.hex(8), callbacks = []) ⇒ NullStatus
Returns a new instance of NullStatus.
58 59 60 61 |
# File 'lib/rspec/sidekiq/batch.rb', line 58 def initialize(bid = SecureRandom.hex(8), callbacks = []) @bid = bid @callbacks = callbacks end |