public void testCreateApp() throws Exception {
   assertEquals("create-app foo", GrailsCommandFactory.createApp("foo").getCommand());
 }