Lots of initialization, configuration clean up.

This commit is contained in:
kay.one
2011-11-13 16:22:18 -08:00
parent 62013f6f87
commit 51518787d8
74 changed files with 316 additions and 279 deletions
@@ -1,5 +1,6 @@
// ReSharper disable RedundantUsingDirective
using System.Linq;
using System;
using System.IO;
using FluentAssertions;
@@ -8,7 +9,7 @@ using NzbDrone.Core.Model;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Test.Framework;
namespace NzbDrone.Core.Test.ProviderTests
namespace NzbDrone.Core.Test.ProviderTests.PostDownloadProviderTests
{
[TestFixture]
// ReSharper disable InconsistentNaming