1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

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
@@ -2,7 +2,7 @@
using System;
using System.Linq;
using AutoMoq;
using FluentAssertions;
using Moq;
using NUnit.Framework;
@@ -11,6 +11,7 @@ using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Core;
using NzbDrone.Core.Repository;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common.AutoMoq;
namespace NzbDrone.Core.Test.ProviderTests
{