StringBuffer response = new StringBuffer();
@Before
public void initTestObjects() throws Exception
{
given(brjs).hasCommandPlugins(new CreateLibraryCommand())
.and(brjs).automaticallyFindsBundlerPlugins()
.and(brjs).automaticallyFindsMinifierPlugins()
.and(brjs).hasBeenCreated()
.and(brjs).usesProductionTemplates();
app = brjs.app("app");