0
0
Fork 0

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:
Eugen Rochko 2018-07-31 18:59:34 +02:00 committed by GitHub
parent 9ae53ad59e
commit cc56f2230a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 14 additions and 4 deletions

View file

@ -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',