include
Adds include patterns for the files in the test classes directory (e.g. '**/*Test.class')).
See also
Adds an include spec. This method may be called multiple times to append new specs. If includes are not provided, then all files in this container will be included. If includes are provided, then a file must match at least one of the include patterns or specs to be included.
Adds an include spec. This method may be called multiple times to append new specs. The given closure is passed a as its parameter. If includes are not provided, then all files in this container will be included. If includes are provided, then a file must match at least one of the include patterns or specs to be included.