about summary refs log tree commit diff
path: root/spec/helpers/instance_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/instance_helper_spec.rb')
-rw-r--r--spec/helpers/instance_helper_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/helpers/instance_helper_spec.rb b/spec/helpers/instance_helper_spec.rb
index bc5950d91..c2e26dbed 100644
--- a/spec/helpers/instance_helper_spec.rb
+++ b/spec/helpers/instance_helper_spec.rb
@@ -15,12 +15,6 @@ describe InstanceHelper do
 
       expect(helper.site_title).to eq 'New site title'
     end
-
-    it 'returns empty string when Setting.site_title is nil' do
-      Setting.site_title = nil
-
-      expect(helper.site_title).to eq 'cb6e6126.ngrok.io'
-    end
   end
 
   describe 'site_hostname' do