Skip to content

RSpec integration and remove subprocess support

Vishwa Bhat requested to merge vbhat/rspec into main

This MR adds the following

  1. Adds rspec tests for allowlist and tags features
  2. Fixes broken rspec tests that are borrowed from GitLab secret detection gem (monolith)
  3. Integrates rspec tests(as integration test) in the GitLab CI template.
  4. Removes support for subprocess as it will not be supported by gRPC. It instead uses Ruby Threads with total processor count as the default value. Subsequently, removed subprocess-related rspec tests.

Merge request reports

Loading