Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

bundler_without_groups should take precedence over automated config #50

Merged
merged 1 commit into from
Apr 23, 2014

Conversation

JeanMertz
Copy link
Contributor

The README states:

When running Bundler, unnecessary groups will be skipped. The list of groups
to skip is determined with this algorithm:

  • start with this Array: development test cucumber staging production;
  • the group corresponding to the current environment will be removed from the
    Array;
  • if the bundler_without_groups attribute is set, those groups will be added
    to the Array.

yet, the current implementation prevented you from ignoring a group if it had
the same name as the current environment. This fixes that

The README states:

> When running Bundler, unnecessary groups will be skipped. The list of groups
> to skip is determined with this algorithm:
> 
> * start with this Array: development test cucumber staging production;
> * the group corresponding to the current environment will be removed from the
>   Array;
> * if the bundler_without_groups attribute is set, those groups will be added
>   to the Array.

yet, the current implementation prevented you from ignoring a group if it had
the same name as the current environment. This fixes that
coderanger added a commit that referenced this pull request Apr 23, 2014
`bundler_without_groups` should take precedence over automated config
@coderanger coderanger merged commit b12cdcb into poise:master Apr 23, 2014
@JeanMertz JeanMertz deleted the patch-1 branch April 23, 2014 08:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants