using System; using FluentAssertions; using NUnit.Framework; using NzbDrone.Common.Http; namespace NzbDrone.Common.Test.Http { [TestFixture] public class HttpRequestFixture { } }