From dbc55291bd57170fda7a392707924feaa9f57c4d Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 19 May 2023 16:02:57 +0100 Subject: [PATCH] fix test --- spec/views/locations/index.html.erb_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/views/locations/index.html.erb_spec.rb b/spec/views/locations/index.html.erb_spec.rb index 9cb8effe5..168e1ebfd 100644 --- a/spec/views/locations/index.html.erb_spec.rb +++ b/spec/views/locations/index.html.erb_spec.rb @@ -23,6 +23,7 @@ RSpec.describe "locations/index.html.erb" do available_from: 1.week.ago, scheme_deactivation_periods: [], status: :active, + locations: Location, ) end