Allow rspecq to accept more than one files/locations as arguments

This commit is contained in:
John Fragoulis 2021-03-31 14:21:17 +03:00
parent 773b0fb95f
commit 36dc9376b8
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ else
redis_opts: redis_opts
)
worker.files_or_dirs_to_run = ARGV[0] if ARGV[0]
worker.files_or_dirs_to_run = ARGV if ARGV.any?
worker.populate_timings = opts[:timings]
worker.file_split_threshold = opts[:file_split_threshold]
worker.max_requeues = opts[:max_requeues]