|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using FizzWare.NBuilder;
|
|
|
|
|
using FluentAssertions;
|
|
|
|
@ -79,13 +79,5 @@ namespace NzbDrone.Core.Test.NotificationTests.Xbmc
|
|
|
|
|
|
|
|
|
|
Subject.GetMoviePath(_settings, _movie).Should().Be(_xbmcMovies.First().File);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[Test]
|
|
|
|
|
public void should_return_path_when_title_matches()
|
|
|
|
|
{
|
|
|
|
|
GivenMatchingTitle();
|
|
|
|
|
|
|
|
|
|
Subject.GetMoviePath(_settings, _movie).Should().Be(_xbmcMovies.First().File);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|