Fixed broken tests

This commit is contained in:
kay.one 2011-11-07 23:01:52 -08:00
commit b43397752e
5 changed files with 11 additions and 14 deletions

View file

@ -11,12 +11,6 @@ namespace NzbDrone.Common.Test
{
readonly EnviromentProvider enviromentController = new EnviromentProvider();
[Test]
public void Is_user_interactive_should_be_false()
{
enviromentController.IsUserInteractive.Should().BeTrue();
}
[Test]
public void StartupPath_should_not_be_empty()
{