updated fluentassertion

This commit is contained in:
kayone
2014-08-24 18:28:41 -07:00
parent 7b2b4794c7
commit 4c8f3724a2
33 changed files with 113 additions and 73 deletions

View File

@@ -15,7 +15,7 @@ namespace NzbDrone.Common.Test
{
var jquery = Subject.DownloadString("http://www.google.com/robots.txt");
jquery.Should().NotBeBlank();
jquery.Should().NotBeNullOrWhiteSpace();
jquery.Should().Contain("Sitemap");
}