Example #1
0
        public void DoesntChangeUrl_IfNotDifferent()
        {
            _configSettings.URL = "sameURL";
            _urlUpdateResponder.ConfigUpdated(new ConfigSettings {
                URL = "sameURL"
            });

            _webClientFactory.AssertWasNotCalled(w => w.GetWebClient("sameURL"));
        }