Change project URL since Codeplex is shutting down

This commit is contained in:
Christian Helle
2017-11-09 21:53:58 +01:00
parent 576430e2f0
commit 0559618286
5 changed files with 25 additions and 1 deletions
@@ -59,5 +59,11 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool.Tests
{
Assert.IsTrue(actual.Contains("New ResourceLoader(currentAssemblyName + \"/Resources\")"));
}
[TestMethod]
public void ContainsProjectUrl()
{
Assert.IsTrue(actual.Contains("http://bit.ly/reswcodegen"));
}
}
}