Add Mastodon::Source.url (#4643)
* Add Mastodon::Source.url * Update spec * Refactor Move things frmo Mastodon::Source to Mastodon::Version
This commit is contained in:
parent
5927b43c0f
commit
696c2c6f2f
5 changed files with 26 additions and 4 deletions
|
@ -13,6 +13,7 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do
|
|||
site_title: 'something',
|
||||
site_description: 'something',
|
||||
version_number: '1.0',
|
||||
source_url: 'https://github.com/tootsuite/mastodon',
|
||||
open_registrations: false,
|
||||
closed_registrations_message: 'yes')
|
||||
assign(:instance_presenter, instance_presenter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue