Add separate setting for sidebar text (site_short_description) (#8107)
* Add separate setting for sidebar text (site_short_description) * Fix tests
This commit is contained in:
parent
9ae53ad59e
commit
cc56f2230a
9 changed files with 14 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue