diff options
| -rw-r--r-- | spec/decorators/referential_decorator_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/decorators/referential_decorator_spec.rb b/spec/decorators/referential_decorator_spec.rb index 3959a5924..cbeaf2407 100644 --- a/spec/decorators/referential_decorator_spec.rb +++ b/spec/decorators/referential_decorator_spec.rb @@ -33,8 +33,7 @@ RSpec.describe ReferentialDecorator, type: [:helper, :decorator] do expect_action_link_elements.to be_empty expect_action_link_hrefs.to eq([ referential_time_tables_path(object), - new_referential_path(from: object), - referential_select_compliance_control_set_path(object) + new_referential_path(from: object) ]) end end |
