diff options
| author | cedricnjanga | 2017-12-13 18:32:23 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-12-13 18:32:48 +0100 |
| commit | f09adf01633cfe55197b5ff4b0151532fe30934d (patch) | |
| tree | 90683926891d0d9b208717d1b1fbf692703db6e0 /spec | |
| parent | f9d51d00b98c47beb9cc1d6effe3339c4b4a3f9e (diff) | |
| download | chouette-core-f09adf01633cfe55197b5ff4b0151532fe30934d.tar.bz2 | |
Fix compliance control block#edit view pageheader
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/lib/compliance_control_set_cloner_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/compliance_control_set_cloner_spec.rb b/spec/lib/compliance_control_set_cloner_spec.rb index c17f0bb52..7efe27659 100644 --- a/spec/lib/compliance_control_set_cloner_spec.rb +++ b/spec/lib/compliance_control_set_cloner_spec.rb @@ -102,7 +102,7 @@ RSpec.describe ComplianceControlSetCloner do # Check correctly copied blocks target_blox.zip(source_blox).each do | target_block, source_block | expect( target_block.compliance_control_set ).to eq(target_set) - expect( target_block.name ).to eq( [block_prefix, source_block.name].join(' ') ) + expect( target_block.name ).to eq(source_block.name) expect( target_block.condition_attributes ).to eq( source_block.condition_attributes ) end |
