skroutz / rspecq

Distribute and run RSpec suites among parallel workers; for faster CI builds
https://rubygems.org/gems/rspecq
MIT License
161 stars 24 forks source link

Allow filtering by tags #69

Closed jorge-wonolo closed 3 years ago

jorge-wonolo commented 3 years ago

Simplified approach to pass through tags as command line variables.

Based on https://github.com/skroutz/rspecq/pull/47 not moving forward I think this is a simpler approach to pass in specific rspec tag arg

fragoulis commented 3 years ago

On a side note, I really do not like commits without commit messages. Please, put it the effort to explain the why and implementation details if applicable, no matter how obvious it may seem.

fragoulis commented 3 years ago

Squash the commits into one please.

jorge-wonolo commented 3 years ago

@jfragoulis thanks for the review, all your points should be addressed.