diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-04-04 01:11:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 01:11:26 +0200 |
commit | 07176fed374b0ef94aacd1f3ea95b6dec2eb79dd (patch) | |
tree | 5167220be2abfb3cc45c1f7879152bf7db475ae7 /spec/views | |
parent | d8d42179590db772cc5b1873385cba7e5afe20df (diff) |
Add contact account to landing page ("Administered by") (#6984)
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/about/show.html.haml_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/views/about/show.html.haml_spec.rb b/spec/views/about/show.html.haml_spec.rb index 03d6fb7ab..cbe5aa93b 100644 --- a/spec/views/about/show.html.haml_spec.rb +++ b/spec/views/about/show.html.haml_spec.rb @@ -19,6 +19,7 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do hero: nil, user_count: 0, status_count: 0, + contact_account: nil, closed_registrations_message: 'yes') assign(:instance_presenter, instance_presenter) render |