diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-07-31 18:59:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 18:59:34 +0200 |
commit | cc56f2230a10c4fded80a34e5297fad8d9891e02 (patch) | |
tree | b1bb13c698c8aeffc946da8a1f1025983ba58398 /spec/views/about/show.html.haml_spec.rb | |
parent | 9ae53ad59ee18459775d19c4699c771c7f86fa7c (diff) |
Add separate setting for sidebar text (site_short_description) (#8107)
* Add separate setting for sidebar text (site_short_description) * Fix tests
Diffstat (limited to 'spec/views/about/show.html.haml_spec.rb')
-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 cbe5aa93b..12efc06fd 100644 --- a/spec/views/about/show.html.haml_spec.rb +++ b/spec/views/about/show.html.haml_spec.rb @@ -11,6 +11,7 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do it 'has valid open graph tags' do instance_presenter = double(:instance_presenter, site_title: 'something', + site_short_description: 'something', site_description: 'something', version_number: '1.0', source_url: 'https://github.com/tootsuite/mastodon', |