aboutsummaryrefslogtreecommitdiffstats
path: root/spec/decorators
diff options
context:
space:
mode:
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