Removed DM - Branched if required later.

This commit is contained in:
Mark McDowall 2012-08-13 17:05:01 -07:00
commit 653a0864c3
10 changed files with 1 additions and 291 deletions

View file

@ -101,13 +101,5 @@ namespace NzbDrone.Core.Test
first.Should().BeSameAs(second);
}
[Test]
public void app_should_be_marked_as_new_install_if_db_is_initilized_for_the_first_time()
{
WithRealDb();
EnvironmentProvider.RegisterNewInstall.Should().Be(true);
}
}
}
}