You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because both minitest and rspec integration are provided by the same gem, we can't define explicit dependencies in the gemspec, even though that would make testing much much easier.
I think we should split in 3 gems:
ci-queue: Keep all the queue implementations, depends on pretty much nothing.
minitest-queue: depends on ci-queue, a specific minitest and minitest-reporters.
rspec-queue: depends on ci-queue and a specific rspec version.
The text was updated successfully, but these errors were encountered:
Because both minitest and rspec integration are provided by the same gem, we can't define explicit dependencies in the gemspec, even though that would make testing much much easier.
I think we should split in 3 gems:
The text was updated successfully, but these errors were encountered: