aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/routes/show.html.erb_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/routes/show.html.erb_spec.rb')
-rw-r--r--spec/views/routes/show.html.erb_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/routes/show.html.erb_spec.rb b/spec/views/routes/show.html.erb_spec.rb
index dae8c9ed3..ee917127f 100644
--- a/spec/views/routes/show.html.erb_spec.rb
+++ b/spec/views/routes/show.html.erb_spec.rb
@@ -6,7 +6,7 @@ RSpec.describe "/routes/show", type: :view do
let!(:route_sp) do
assign :route_sp, ModelDecorator.decorate(
route.stop_points,
- with: StopPointDecorator
+ with: Chouette::StopPointDecorator
)
end