Skip to content

Restrict unit tests to the 'spec' directory

Julian Dunn requested to merge juliandunn/gitlab-ci-yml:restrict-specs into master

This is an improvement to #106 to avoid spurious errors generated when chefspec tries to run, for example, an integration test that happens to be named _spec.rb but lives inside the test directory.

Merge request reports