FIX: Reference example.com instead of somesite.com in examples

* somesite.com actually exists...
* example.com should be used in examples and is harmless to visit
This commit is contained in:
Michael Brown
2018-06-19 10:25:10 -04:00
parent dbcbd8d939
commit ae5d255f83
18 changed files with 22 additions and 22 deletions

View File

@ -226,7 +226,7 @@ RSpec.describe SessionController do
describe '#sso_login' do
before do
@sso_url = "http://somesite.com/discourse_sso"
@sso_url = "http://example.com/discourse_sso"
@sso_secret = "shjkfdhsfkjh"
SiteSetting.sso_url = @sso_url