Skip to content

Commit

Permalink
pending specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed May 22, 2008
1 parent d877c59 commit 06a864c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/cap_gun_spec.rb
Expand Up @@ -59,7 +59,7 @@
end

describe "handling release time" do
include CapGun::Helper
include CapGun::Helper

before do # make DateTime act as if local timezone is EDT
stubs(:local_timezone).returns("EDT")
Expand Down Expand Up @@ -110,6 +110,11 @@
mail = CapGun::Mailer.create_deployment_notification capistrano
mail.from.should == ["booyakka!@example.com"]
end

xit "has a friendly summary line"

xit "does not include rails env in summary if not defined"

end

end

0 comments on commit 06a864c

Please sign in to comment.