Skip to content

Don't include default pattern when user specifies their own in Rake task.

gitlab-qa-bot requested to merge dont_double_include_pattern into master

Created by: JonRowe

When configuring rspec via Rake task and a developer specifies a pattern via rspec_opts, don't include the default pattern. Should fix #2303 (closed).

Merge request reports