diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2017-08-22 20:54:19 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-22 22:54:19 +0200 |
commit | 696c2c6f2f3338df121cf17389478da9ecab11af (patch) | |
tree | 957a1e6d30482048ea08e617bec77e784b15896b /spec/views | |
parent | 5927b43c0fc74e66cd3a882b565ea70236559c02 (diff) |
Add Mastodon::Source.url (#4643)
* Add Mastodon::Source.url * Update spec * Refactor Move things frmo Mastodon::Source to Mastodon::Version
Diffstat (limited to 'spec/views')
-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 c0ead6349..aa151dd27 100644 --- a/spec/views/about/show.html.haml_spec.rb +++ b/spec/views/about/show.html.haml_spec.rb @@ -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) |