private Blade bladeInDefaultBladeset;
@Before
public void initTestObjects() throws Exception
{
given(brjs).hasCommandPlugins(new BundleDepsCommand())
.and(brjs).automaticallyFindsAssetLocationPlugins()
.and(brjs).automaticallyFindsAssetPlugins()
.and(brjs).hasBeenCreated();
app = brjs.app("app");
aspect = app.aspect("default");