Fixed spelling of enviroment provider (Environment). :)

This commit is contained in:
Mark McDowall 2012-03-06 18:59:43 -08:00
commit a00c20c1af
53 changed files with 245 additions and 245 deletions

View file

@ -18,10 +18,10 @@ namespace NzbDrone.Update.Test
[SetUp]
public void Setup()
{
Mocker.GetMock<EnviromentProvider>()
Mocker.GetMock<EnvironmentProvider>()
.Setup(c => c.StartUpPath).Returns(@"C:\Temp\NzbDrone_update\");
Mocker.GetMock<EnviromentProvider>()
Mocker.GetMock<EnvironmentProvider>()
.Setup(c => c.SystemTemp).Returns(@"C:\Temp\");
}