mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 17:51:36 +01:00
Change instance_presenter_spec to point to glitch-soc instead of tootsuite
This commit is contained in:
parent
82088f0d7d
commit
71d683b410
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue