diff options
| author | cedricnjanga | 2017-12-13 20:00:17 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-12-13 20:00:17 +0100 |
| commit | 3b291a73e977737cb8f6da7fce7f914504426b93 (patch) | |
| tree | 8f5311d23ed6aacae471d8a0f00b5ba53dee9555 /spec/decorators | |
| parent | f09adf01633cfe55197b5ff4b0151532fe30934d (diff) | |
| download | chouette-core-3b291a73e977737cb8f6da7fce7f914504426b93.tar.bz2 | |
Adapt referential spec decorator according to referential#validate policy update
Diffstat (limited to 'spec/decorators')
| -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 |
