diff options
| author | Robert | 2017-10-09 16:47:37 +0200 | 
|---|---|---|
| committer | Robert | 2017-10-09 16:47:37 +0200 | 
| commit | a8f97544fd048d50ef63dae1c74cff2de077152d (patch) | |
| tree | 03c89d7f230c59f0cc2c6170dd9c4890fe88a151 /spec/workers | |
| parent | 0ebaac1e338dd50d8cd9a93322a08fae7c503771 (diff) | |
| download | chouette-core-a8f97544fd048d50ef63dae1c74cff2de077152d.tar.bz2 | |
Fixes: #4629@0.5h; 2nd Code Review
Diffstat (limited to 'spec/workers')
| -rw-r--r-- | spec/workers/compliance_control_set_copy_worker_spec.rb | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/spec/workers/compliance_control_set_copy_worker_spec.rb b/spec/workers/compliance_control_set_copy_worker_spec.rb deleted file mode 100644 index 3456ad398..000000000 --- a/spec/workers/compliance_control_set_copy_worker_spec.rb +++ /dev/null @@ -1,13 +0,0 @@ -RSpec.describe ComplianceControlSetCopyWorker do -  let( :copier ){ ComplianceControlSetCopier } - -  let( :compliance_control_set_id ){ double('compliance_control_set_id') } -  let( :referential_id ){ double('referential_id') } -   -  before do -    expect_any_instance_of( copier ).to receive(:copy).with(compliance_control_set_id, referential_id) -  end -  it 'delegates to ComplianceControlSetCopier' do -    described_class.new.perform(compliance_control_set_id, referential_id) -  end -end | 
