Browse Source

fix test

pull/1642/head
Phil Lee 3 years ago
parent
commit
dbc55291bd
  1. 1
      spec/views/locations/index.html.erb_spec.rb

1
spec/views/locations/index.html.erb_spec.rb

@ -23,6 +23,7 @@ RSpec.describe "locations/index.html.erb" do
available_from: 1.week.ago, available_from: 1.week.ago,
scheme_deactivation_periods: [], scheme_deactivation_periods: [],
status: :active, status: :active,
locations: Location,
) )
end end

Loading…
Cancel
Save