Skip to content

Don't try to run database helpers as specs

Peter Leitzen requested to merge pl-rspec-db-library-remove-helpers into master

What does this MR do and why?

Running

  $ bin/rspec -Ispec -rspec_helper --color --format documentation \
      spec/support/helpers/database
    Finished in 14.61 seconds (files took 55.56 seconds to load)
    0 examples, 0 failures

has no effect.

Stumbled upon during !71373.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports