Skip to content

Add support for --exclude-dir command line option

gitlab-qa-bot requested to merge github/fork/lwoodson/add_exclude_dirs into master

Created by: lwoodson

This will allow more fine grained control of what directories will be loaded as part of a spec run. Currently, all files matching the default or specified patterns are run, and Dir#glob will not allow complex enough pattern matching for all cases.

This follows the pattern of use of --exclude-dir for grep and egrep.

Merge request reports