Sha256: 314a4e02c565aece1fb312d5891dc35be4161c10c4d639b348f62d45387bcc1a
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe 'Namespaced::Person::UserEdited' do describe ':pull_mdm_id_from_global_registry_async' do it 'should enqueue sidekiq job' do user_edited = build(:user_edited) expect do user_edited.pull_mdm_id_from_global_registry_async end.to change(GlobalRegistry::Bindings::Workers::PullNamespacedPersonMdmIdWorker.jobs, :size).by(1) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
global-registry-bindings-0.0.6 | spec/models/user_edited_person_spec.rb |