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

Commit

Permalink
Remove !!@pretending
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Sep 12, 2011
1 parent ea5331d commit 4279a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kumade/configuration.rb
Expand Up @@ -6,7 +6,7 @@ def initialize(environment = 'staging', pretending = false )
end

def pretending?
!!@pretending
@pretending
end

attr_accessor :pretending, :environment
Expand Down
1 change: 0 additions & 1 deletion spec/kumade/deployer_spec.rb
Expand Up @@ -31,7 +31,6 @@
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 4279a2f

Please sign in to comment.