Added Mono version health check

This commit is contained in:
Mark McDowall
2014-03-14 03:15:30 -07:00
parent 1d4738b18f
commit 01d3decf7e
12 changed files with 127 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ namespace NzbDrone.Common.Test.EnsureTest
[TestCase(@"/var/user/file with, comma.mkv")]
public void EnsureLinuxPath(string path)
{
LinuxOnly();
MonoOnly();
Ensure.That(path, () => path).IsValidPath();
}
}