Browse Source

Change instance_presenter_spec to point to glitch-soc instead of tootsuite

closed-social-glitch-2
Thibaut Girka 5 years ago
parent
commit
71d683b410
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      spec/presenters/instance_presenter_spec.rb

+ 2
- 2
spec/presenters/instance_presenter_spec.rb View File

@ -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…
Cancel
Save