예제 #1
0
 public void SetUp()
 {
     _publisher = new ThoughtWorks.CruiseControl.Core.Publishers.SlackPublisher
     {
         WebhookUrl =
             "x" // <-- set this to your own to run integration tests
     };
 }
 public void SetUp()
 {
     _publisher = new ThoughtWorks.CruiseControl.Core.Publishers.SlackPublisher
     {
         WebhookUrl =
             "x" // <-- set this to your own to run integration tests
     };
 }