diff options
Diffstat (limited to 'spec/views')
| -rw-r--r-- | spec/views/routes/show.html.erb_spec.rb | 2 | 
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 ee917127f..dae8c9ed3 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: Chouette::StopPointDecorator +      with: StopPointDecorator      )    end  | 
