The spec/views/organizations/show.html.erb_spec.rb was giving a
deprecation warning that a form in the view was being passed a nil
model. I've now added the model to the spec. Here's the warning:
DEPRECATION WARNING: Passing nil to the :model argument is deprecated
and will raise in Rails 8.0 (called from
_app_views_organizations_show_html_erb__3805751239548053197_18420 at
app/views/organizations/show.html.erb:110)
The spec/views/organizations/show.html.erb_spec.rb was giving a
deprecation warning that a form in the view was being passed a `nil`
model. I've now added the model to the spec. Here's the warning:
```
DEPRECATION WARNING: Passing nil to the :model argument is deprecated
and will raise in Rails 8.0 (called from
_app_views_organizations_show_html_erb__3805751239548053197_18420 at
app/views/organizations/show.html.erb:110)
```