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

Commit

Permalink
No need for @creates-remote tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 22, 2011
1 parent 41c261b commit 9aa6230
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion features/git.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@creates-remote @disable-bundler
@disable-bundler
Feature: Git cleanliness
As a user
I want Kumade to check if git is clean before deploying
Expand Down
2 changes: 1 addition & 1 deletion features/jammit.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@slow @creates-remote @disable-bundler
@slow @disable-bundler
Feature: Jammit
As a user
I want Kumade to auto-package with Jammit
Expand Down
2 changes: 1 addition & 1 deletion features/kumade_executable.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@slow @creates-remote @disable-bundler
@slow @disable-bundler
Feature: Kumade executable
As a user
I want to be able to use the kumade executable
Expand Down
2 changes: 1 addition & 1 deletion features/kumade_without_jammit.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@slow @creates-remote @disable-bundler
@slow @disable-bundler
Feature: Kumade without jammit

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/no_op_packager.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@slow @creates-remote @disable-bundler
@slow @disable-bundler
Feature: No-op packager
As a user
I want Kumade to gracefully handle occasions when I have no assets to package
Expand Down
2 changes: 1 addition & 1 deletion features/railtie.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Railtie
I want Kumade to autoload Rake tasks for my Rails application
So that I can integrate Kumade with other Rake tasks

@creates-remote @disable-bundler @slow
@disable-bundler @slow
Scenario: Rake tasks are loaded
Given a new Rails application with Kumade
When I create a Heroku remote named "staging"
Expand Down
2 changes: 1 addition & 1 deletion features/rake_task_before_asset_compilation.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@slow @creates-remote @disable-bundler
@slow @disable-bundler
Feature: Rake task that runs before asset compilation
As a user
I want a Rake task that runs before packaging
Expand Down
4 changes: 0 additions & 4 deletions features/step_definitions/git_steps.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
After("@creates-remote") do
remove_all_created_remotes
end

When /^I create a Heroku remote named "([^"]*)"$/ do |remote_name|
add_heroku_remote_named(remote_name)
end
Expand Down
4 changes: 4 additions & 0 deletions features/support/git_remotes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ def add_origin_remote
end

World(GitRemoteHelpers)

After do
remove_all_created_remotes
end

0 comments on commit 9aa6230

Please sign in to comment.