diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-12-23 11:45:26 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-12-23 11:45:26 +0100 |
commit | 71d683b41038d3ba1bc65d27ad2625036e6893c4 (patch) | |
tree | 96843bbbb4a58e5a0cb68126c1d5c267f08c0586 /spec/presenters | |
parent | 82088f0d7dafd033c3a32aa15a51ec7172ae1fdc (diff) |
Change instance_presenter_spec to point to glitch-soc instead of tootsuite
Diffstat (limited to 'spec/presenters')
-rw-r--r-- | spec/presenters/instance_presenter_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |