Registry / testing / rspec-activejob

rspec-activejob

JSON →
library0.6.1rbrubygemsunverified

Provides RSpec matchers for testing ActiveJob enqueuing with support for global IDs and deserialization.

gem install rspec-activejob
INSTALL
IMPORT
SIG · RSPEC-ACTIVEJOB
R
rspec-activejob
testingrubyv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RSpecActiveJob
require 'rspec-activejob'

Test that a job is enqueued

require 'rspec-activejob' RSpec.describe MyJob do it { expect { MyJob.perform_later }.to enqueue_a(MyJob) } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
rspec-activejob — gem install rspec-activejob · libregistry