File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -593,25 +593,25 @@ def make_properties(link, link_property)
593593 end
594594
595595 describe 'prune_all_stale_routes'
596- context 'when set' do
597- before do
598- deployment_manifest_fragment [ 'router' ] [ 'prune_all_stale_routes' ] = true
599- end
596+ context 'when set' do
597+ before do
598+ deployment_manifest_fragment [ 'router' ] [ 'prune_all_stale_routes' ] = true
599+ end
600600
601- it 'successfully configures the property' do
602- expect ( parsed_yaml [ 'prune_stale_tls_routes' ] ) . to be ( true )
603- end
601+ it 'successfully configures the property' do
602+ expect ( parsed_yaml [ 'prune_stale_tls_routes' ] ) . to be ( true )
604603 end
604+ end
605605
606- context 'when not set' do
607- before do
608- deployment_manifest_fragment [ 'router' ] . delete ( 'prune_all_stale_routes' )
609- end
606+ context 'when not set' do
607+ before do
608+ deployment_manifest_fragment [ 'router' ] . delete ( 'prune_all_stale_routes' )
609+ end
610610
611- it 'successfully configures the default property' do
612- expect ( parsed_yaml [ 'prune_stale_tls_routes' ] ) . to be ( false )
613- end
611+ it 'successfully configures the default property' do
612+ expect ( parsed_yaml [ 'prune_stale_tls_routes' ] ) . to be ( false )
614613 end
614+ end
615615 end
616616 end
617617 end
You can’t perform that action at this time.
0 commit comments