diff options
Diffstat (limited to 'spec/decorators')
| -rw-r--r-- | spec/decorators/referential_decorator_spec.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/spec/decorators/referential_decorator_spec.rb b/spec/decorators/referential_decorator_spec.rb index 16da8d30b..3959a5924 100644 --- a/spec/decorators/referential_decorator_spec.rb +++ b/spec/decorators/referential_decorator_spec.rb @@ -34,6 +34,7 @@ RSpec.describe ReferentialDecorator, type: [:helper, :decorator] do            expect_action_link_hrefs.to eq([              referential_time_tables_path(object),              new_referential_path(from: object), +            referential_select_compliance_control_set_path(object)            ])          end        end @@ -46,6 +47,7 @@ RSpec.describe ReferentialDecorator, type: [:helper, :decorator] do            expect_action_link_hrefs.to eq([              referential_time_tables_path(object),              new_referential_path(from: object), +            referential_select_compliance_control_set_path(object),              archive_referential_path(object),              referential_path(object)            ]) | 
