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
@@ -4,13 +4,14 @@ using System.Linq;
using System;
using System.Collections.Generic;
using System.Threading;
using AutoMoq;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Core.Model;
using NzbDrone.Core.Providers.Jobs;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common;
using NzbDrone.Test.Common.AutoMoq;
namespace NzbDrone.Core.Test.ProviderTests.JobProviderTests
{