Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scenario selection #786

Merged
merged 3 commits into from Dec 30, 2014
Merged

Fix scenario selection #786

merged 3 commits into from Dec 30, 2014

Commits on Dec 28, 2014

  1. Fix scenario selection

    In response to issue #778
    
    Previously, duplicate files within the `file_specs` where executed twice and
    affected the execution order of scenarios. This change ensures only unique
    files are returned from file specs.
    jdks committed Dec 28, 2014
    Copy the full SHA
    bc65f1b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e348d1 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary acceptance test

    This scenario is covered in the `FileSpecs` spec
    jdks committed Dec 28, 2014
    Copy the full SHA
    be5f620 View commit details
    Browse the repository at this point in the history