]> cat aescling's git repositories - mastodon.git/commitdiff
Change instance_presenter_spec to point to glitch-soc instead of tootsuite
authorThibaut Girka <thib@sitedethib.com>
Sun, 23 Dec 2018 10:45:26 +0000 (11:45 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 23 Dec 2018 10:45:26 +0000 (11:45 +0100)
spec/presenters/instance_presenter_spec.rb

index 0babc1b0c8a36e1e47e034acf05674a11bbf81e4..ccc558f715decb2047a7f8822f885fa04508bb35 100644 (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