1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -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
@@ -1,5 +1,5 @@
using System;
using AutoMoq;
using FluentAssertions;
using Moq;
using NUnit.Framework;
@@ -7,6 +7,7 @@ using NzbDrone.Common;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Core;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common.AutoMoq;
namespace NzbDrone.Core.Test.ProviderTests.UpdateProviderTests
{