Skip to content

Use rspec -P pattern option in rake tasks

gitlab-qa-bot requested to merge github/fork/kesor/rake_rspec_pattern into master

Created by: kesor

rspec has an internal option (-P) to receive pattern of files to run via the command line, use this option in rake_tasks instead of passing through a huge list of files one by one on the command line.

Merge request reports