diff options
| author | Guillaume | 2017-11-06 17:01:58 +0100 | 
|---|---|---|
| committer | Guillaume | 2017-11-06 17:01:58 +0100 | 
| commit | 87642d0d28328f0e6e3a1928d6b6edbcdab72f4a (patch) | |
| tree | 83abbaa2fb017cbf7a8c8dce519bafe8ed7e865b /spec/decorators | |
| parent | 59ef4a2d56035d5832a6fd9aeeb042f4ba544dea (diff) | |
| download | chouette-core-87642d0d28328f0e6e3a1928d6b6edbcdab72f4a.tar.bz2 | |
fix specs
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)            ]) | 
