diff options
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/about/show.html.haml_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/views/about/show.html.haml_spec.rb b/spec/views/about/show.html.haml_spec.rb index be1320ed3..0f4d79569 100644 --- a/spec/views/about/show.html.haml_spec.rb +++ b/spec/views/about/show.html.haml_spec.rb @@ -21,9 +21,9 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do hero: nil, user_count: 0, status_count: 0, - closed_registrations_message: 'yes', - commit_hash: commit_hash) - + commit_hash: commit_hash, + contact_account: nil, + closed_registrations_message: 'yes') assign(:instance_presenter, instance_presenter) render |