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

before/after(:all) hook filtering fix #161

Closed
wants to merge 1 commit into from

Commits on Sep 26, 2010

  1. Fix a bug with before/after(:all) hooks from unfiltered/excluded exam…

    …ple groups.
    
    Previously, before/after(:all) hooks in an example group with a nested example group would always be run, even if none of the specs in the example group were run due to inclusion/exclusion filtering.  We should only run the before/after(:all) hooks if there are any corresponding examples to run.
    myronmarston committed Sep 26, 2010
    Configuration menu
    Copy the full SHA
    fcfd61c View commit details
    Browse the repository at this point in the history