Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Sep 12, 2011
1 parent 82c75d2 commit ea5331d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kumade/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def parse_arguments!(args)
opts.banner = "Usage: kumade <environment> [options]"

opts.on("-p", "--pretend", "Pretend mode: print what kumade would do") do |p|
@options[:pretend] = p
@options[:pretend] = true
end

opts.on_tail("-v", "--verbose", "Print what kumade is doing") do
Expand Down
1 change: 1 addition & 0 deletions spec/kumade/deployer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
subject.deploy
end


it "calls post_deploy if deploy fails" do
subject.git.stub(:heroku_remote?).and_raise(RuntimeError)

Expand Down

0 comments on commit ea5331d

Please sign in to comment.