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

Commit

Permalink
We ignore app name anyway, so remove it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 21, 2011
1 parent f2ee9f4 commit a3a080f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions features/kumade_executable.feature
Expand Up @@ -11,8 +11,8 @@ Feature: Kumade executable
And I add "jammit" to the Gemfile
And I bundle
When I set up a git repo
And I create a Heroku remote for "pretend-staging-app" named "pretend-staging"
And I create a Heroku remote for "app-two" named "staging"
And I create a Heroku remote named "pretend-staging"
And I create a Heroku remote named "staging"
And I create a non-Heroku remote named "bad-remote"

Scenario: Pretend mode with a Heroku remote
Expand Down
2 changes: 1 addition & 1 deletion features/kumade_without_jammit.feature
Expand Up @@ -7,7 +7,7 @@ Feature: Kumade without jammit
And I set up the Gemfile with kumade
And I bundle
When I set up a git repo
And I create a Heroku remote for "pretend-staging-app" named "pretend-staging"
And I create a Heroku remote named "pretend-staging"

Scenario: Jammit packager does not run if Jammit is not installed
When I run kumade with "pretend-staging"
Expand Down
2 changes: 1 addition & 1 deletion features/railtie.feature
Expand Up @@ -7,7 +7,7 @@ Feature: Railtie
Scenario: Rake tasks are loaded
Given a new Rails application with Kumade
When I require the kumade railtie in the Rakefile
And I create a Heroku remote for "my-app" named "staging"
And I create a Heroku remote named "staging"
And I create a non-Heroku remote named "bad-remote"
And I run `bundle exec rake -T`
Then the output should match /deploy:staging.+Deploy to staging environment/
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/git_steps.rb
@@ -1,4 +1,4 @@
When /^I create a Heroku remote for "([^"]*)" named "([^"]*)"$/ do |app_name, remote_name|
When /^I create a Heroku remote named "([^"]*)"$/ do |remote_name|
add_heroku_remote_named(remote_name)
end

Expand Down

0 comments on commit a3a080f

Please sign in to comment.