Sha256: c1816b1f5244c0367364cbae1ec412b4d71b4f89c77addfa67ca3fb41c581690
Contents?: true
Size: 319 Bytes
Versions: 2
Compression:
Stored size: 319 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railsonfire-0.2.15 | lib/railsonfire/commands/post_receive.rb |
railsonfire-0.2.13 | lib/railsonfire/commands/post_receive.rb |