System.setProperty("limelight.home", "home");
Context.removeInstance();
output = new ByteArrayOutputStream();
Command.setOutput(new PrintStream(output));
fs = new FakeFileSystem();
command = new CreateCommand();
command.setTemplaterLoger(new NullTemplaterLogger());
Context.instance().fs = fs;
}