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

Commit

Permalink
Change back to kumade.git
Browse files Browse the repository at this point in the history
  • Loading branch information
tapajos committed Aug 31, 2011
1 parent 0c7daec commit dcbb11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/kumade/git_spec.rb
Expand Up @@ -4,7 +4,7 @@
let(:environment){ 'staging' }
let(:app_name){ 'staging_test' }
let(:not_a_heroku_env){ 'fake_heroku' }
let(:not_a_heroku_url){ 'git@github.com:gabebw/Kumade::Git.git' }
let(:not_a_heroku_url){ 'git@github.com:gabebw/kumade.git' }

before do
force_add_heroku_remote(environment, app_name)
Expand Down Expand Up @@ -32,7 +32,7 @@
let(:environment){ 'staging' }
let(:app_name){ 'staging_test' }
let(:not_a_heroku_env){ 'fake_heroku' }
let(:not_a_heroku_url){ 'git@github.com:gabebw/Kumade::Git.git' }
let(:not_a_heroku_url){ 'git@github.com:gabebw/kumade.git' }

before do
force_add_heroku_remote(environment, app_name)
Expand Down

0 comments on commit dcbb11f

Please sign in to comment.