Skip to content

Commit

Permalink
Now pointing at zenslap2 addon
Browse files Browse the repository at this point in the history
  • Loading branch information
opsb committed Nov 6, 2010
1 parent edde917 commit 82933ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/heroku/commands/zenslap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def add
github_credentials = git_repo.github_credentials

puts "---> Installing zenslap addon"
heroku.install_addon heroku_app, "zenslap"
heroku.install_addon heroku_app, "zenslap2"
zenslap_client = ZenslapClient.new
zenslap_id = heroku.config_vars(heroku_app)["ZENSLAP_ID"]

Expand Down
2 changes: 1 addition & 1 deletion test/heroku/commands/zenslap_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ZenslapTest < Test::Unit::TestCase
end

should "install addon" do
assert_received @heroku_client, :install_addon, &with( "conference_hub", "zenslap" )
assert_received @heroku_client, :install_addon, &with( "conference_hub", "zenslap2" )
end

should "configure zenslap with github_url" do
Expand Down

0 comments on commit 82933ed

Please sign in to comment.