about summary refs log tree commit diff
path: root/spec/presenters
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-12-23 11:45:26 +0100
committerThibaut Girka <thib@sitedethib.com>2018-12-23 11:45:26 +0100
commit71d683b41038d3ba1bc65d27ad2625036e6893c4 (patch)
tree96843bbbb4a58e5a0cb68126c1d5c267f08c0586 /spec/presenters
parent82088f0d7dafd033c3a32aa15a51ec7172ae1fdc (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.rb4
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