using NUnit.Framework; namespace UnitTests.Controllers { [TestFixture] public class AdminControllerTests : ContentDrivenControllerTester { } }