aboutsummaryrefslogtreecommitdiffstats
path: root/spec/decorators
diff options
context:
space:
mode:
authorAlban Peignier2018-01-11 22:03:25 +0100
committerAlban Peignier2018-01-11 22:03:34 +0100
commitef7f7425aa45b13fd2e1633b625a5c04346ef5c9 (patch)
tree88285108634aeddbc6e3b6ed0034c4129ccbce37 /spec/decorators
parent13de613c6db20e32f58ca16b5b3c58e79b5e8d70 (diff)
downloadchouette-core-ef7f7425aa45b13fd2e1633b625a5c04346ef5c9.tar.bz2
Fixes specs after Referential#merged_at integration. Refs #5559
Diffstat (limited to 'spec/decorators')
-rw-r--r--spec/decorators/referential_decorator_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/decorators/referential_decorator_spec.rb b/spec/decorators/referential_decorator_spec.rb
index 879ab7d4b..9e34a0109 100644
--- a/spec/decorators/referential_decorator_spec.rb
+++ b/spec/decorators/referential_decorator_spec.rb
@@ -69,6 +69,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)
])
end
end