Top Level Namespace

Defined Under Namespace

Modules: RSpec, Sidekiq

Instance Method Summary collapse

Instance Method Details

#mocked_with_mocha?Boolean

Helpers ———————————————-

Returns:

  • (Boolean)


107
108
109
# File 'lib/rspec/sidekiq/batch.rb', line 107

def mocked_with_mocha?
  Sidekiq::Batch.respond_to? :stubs
end