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

Commit

Permalink
Always disable bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 22, 2011
1 parent 9aa6230 commit 6600abb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion features/git.feature
@@ -1,4 +1,3 @@
@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
@@ -1,4 +1,4 @@
@slow @disable-bundler
@slow
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
@@ -1,4 +1,4 @@
@slow @disable-bundler
@slow
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
@@ -1,4 +1,4 @@
@slow @disable-bundler
@slow
Feature: Kumade without jammit

Background:
Expand Down
2 changes: 1 addition & 1 deletion features/no_op_packager.feature
@@ -1,4 +1,4 @@
@slow @disable-bundler
@slow
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
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

@disable-bundler @slow
@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
@@ -1,4 +1,4 @@
@slow @disable-bundler
@slow
Feature: Rake task that runs before asset compilation
As a user
I want a Rake task that runs before packaging
Expand Down
3 changes: 3 additions & 0 deletions features/support/disable_bundler.rb
@@ -0,0 +1,3 @@
Before do
unset_bundler_env_vars
end

0 comments on commit 6600abb

Please sign in to comment.