diff options
| -rw-r--r-- | spec/lib/compliance_control_set_copier_spec.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/spec/lib/compliance_control_set_copier_spec.rb b/spec/lib/compliance_control_set_copier_spec.rb index a9e576cf7..0f15d86d0 100644 --- a/spec/lib/compliance_control_set_copier_spec.rb +++ b/spec/lib/compliance_control_set_copier_spec.rb @@ -99,6 +99,10 @@ RSpec.describe ComplianceControlSetCopier do            expect( actual ).to eq( expected )          end + +        it 'returns the newly-created ComplianceCheckSet' do +          expect(subject.copy(cc_set.id, ref.id)).to eq(cck_set) +        end        end      end | 
