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

IncludeExcludeExtensionSpec: improve Javadoc, remove static block #26

Merged
merged 1 commit into from Sep 24, 2018
Merged

Commits on Sep 24, 2018

  1. IncludeExcludeExtensionSpec: improve Javadoc, remove static block

    Setting system property "spock.configuration" during class
    initialisation is too late for Spock to pick up the config, so the
    static block is pointless and misleads users to believe they can
    actually configure the system this way.
    
    Instead the Javadoc was amended by information how to set the system
    property via '-D' JVM command-line argument when running a test from an
    IDE (or from the command line, for that matter).
    Alexander Kriegisch authored and Alexander Kriegisch committed Sep 24, 2018
    Copy the full SHA
    5e5d3ca View commit details
    Browse the repository at this point in the history