no more Nzbdrone.Web in any of the paths.

This commit is contained in:
kay.one 2013-03-30 14:29:02 -07:00
commit 150b1902e9
12 changed files with 39 additions and 157 deletions

View file

@ -118,7 +118,7 @@ namespace NzbDrone.Test.Common
protected void WithTempAsAppPath()
{
Mocker.GetMock<EnvironmentProvider>()
.SetupGet(c => c.ApplicationPath)
.SetupGet(c => c.WorkingDirectory)
.Returns(VirtualPath);
}