cleaned up integration test project.

This commit is contained in:
kay.one 2013-04-18 21:46:18 -07:00
commit 9cabe7cf90
16 changed files with 270 additions and 161 deletions

View file

@ -0,0 +1,9 @@
using NzbDrone.Common.Eventing;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationShutdownRequested : IEvent
{
}
}