Commit 8bc60d24 authored by Albert Salim's avatar Albert Salim

Merge branch 'pl-rspec-db-library-remove-helpers' into 'master'

Don't try to run database helpers as specs

See merge request gitlab-org/gitlab!71929
parents 082d5bbc 50dde19a
...@@ -98,7 +98,7 @@ function rspec_simple_job() { ...@@ -98,7 +98,7 @@ function rspec_simple_job() {
} }
function rspec_db_library_code() { function rspec_db_library_code() {
local db_files="spec/lib/gitlab/database/ spec/support/helpers/database/" local db_files="spec/lib/gitlab/database/"
rspec_simple_job "-- ${db_files}" rspec_simple_job "-- ${db_files}"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment