Addressing code review comments.

This commit is contained in:
Livar Cunha 2016-10-05 11:51:59 -07:00
parent facbef52ff
commit 465b32dab4
8 changed files with 28 additions and 15 deletions

View file

@ -63,7 +63,9 @@ namespace Microsoft.DotNet.Tests.EndToEnd
.WithWorkingDirectory(testInstance.TestRoot)
.ExecuteWithCapturedOutput("portable")
.Should()
.Pass();
.Pass()
.And
.HaveStdOutContaining("Hello Portable World!");;
}
}
}