added categories to integration tests

This commit is contained in:
kay.one 2013-05-21 22:32:25 -07:00
commit 4ad7ce8363
2 changed files with 4 additions and 2 deletions

View file

@ -15,11 +15,13 @@ using NzbDrone.Core.Datastore;
using NzbDrone.Integration.Test.Client;
using NzbDrone.Owin;
using NzbDrone.Owin.MiddleWare;
using NzbDrone.Test.Common.Categories;
using RestSharp;
namespace NzbDrone.Integration.Test
{
[TestFixture]
[IntegrationTest]
public abstract class IntegrationTest
{
private NancyBootstrapper _bootstrapper;