change all GitHub links to Gab's GitLab at code.gab.com

This commit is contained in:
robcolbert
2019-07-03 13:26:13 -04:00
parent ddae395f91
commit 1ef1a3881d
18 changed files with 101 additions and 90 deletions

View File

@@ -91,8 +91,8 @@ describe InstancePresenter do
end
describe '#source_url' do
it 'returns "https://github.com/gab-ai-inc/gab-social"' do
expect(instance_presenter.source_url).to eq('https://github.com/gab-ai-inc/gab-social')
it 'returns "https://code.gab.com/gab/social/gab-social"' do
expect(instance_presenter.source_url).to eq('https://code.gab.com/gab/social/gab-social')
end
end