private Aspect rootAspect;
@Before
public void initTestObjects() throws Exception
{
given(brjs).hasCommandPlugins(new BuildAppCommand())
.and(brjs).automaticallyFindsBundlerPlugins()
.and(brjs).automaticallyFindsMinifierPlugins()
.and(brjs).hasBeenCreated();
app = brjs.app("app1");
aspect = app.aspect("default");