Skip to content

Skip using the default pattern from Rake task

gitlab-qa-bot requested to merge skip-rake-task-default-pattern into 4-0-dev

Created by: pirj

Previously, if the pattern was not set in the Rakefile, RSpec was passing --pattern option to the rspec command effectively overriding the setting from .rspec config file.

This is an inconsistency between running CLI rspec directly and running the Rake task.

Fixes #2859 (closed)

Merge request reports