From: Thibaut Girka Date: Sun, 23 Dec 2018 10:45:26 +0000 (+0100) Subject: Change instance_presenter_spec to point to glitch-soc instead of tootsuite X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=71d683b41038d3ba1bc65d27ad2625036e6893c4;p=mastodon.git Change instance_presenter_spec to point to glitch-soc instead of tootsuite --- diff --git a/spec/presenters/instance_presenter_spec.rb b/spec/presenters/instance_presenter_spec.rb index 0babc1b0c..ccc558f71 100644 --- a/spec/presenters/instance_presenter_spec.rb +++ b/spec/presenters/instance_presenter_spec.rb @@ -119,8 +119,8 @@ describe InstancePresenter do end describe '#source_url' do - it 'returns "https://github.com/tootsuite/mastodon"' do - expect(instance_presenter.source_url).to eq('https://github.com/tootsuite/mastodon') + it 'returns "https://github.com/glitch-soc/mastodon"' do + expect(instance_presenter.source_url).to eq('https://github.com/glitch-soc/mastodon') end end