Made NotUnpackingSpec test WindowsOnly

This commit is contained in:
Mark McDowall 2013-10-22 22:25:17 -07:00
parent 52da5b643d
commit a5e08eefae
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ namespace NzbDrone.Core.Test.MediaFiles.EpisodeImport.Specifications
[Test]
public void should_return_true_when_in_old_working_folder()
{
WindowsOnly();
GivenInWorkingFolder();
GivenLastWriteTimeUtc(DateTime.UtcNow.AddHours(-1));