require 'thor' class CLI < BASECLI desc "post_receive", "Create a PostReceive File for the current Project" def post_receive template("post-receive", "post-receive", {:uuid => Railsonfire.project.uuid}) #@cli.should_receive(:template).with("post-receive", "post-receive", {:uuid => project.uuid}) end end