f0391c2517
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
9 lines
168 B
Ruby
9 lines
168 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.configure do |config|
|
|
config.include SeedHelper, :seed_helper
|
|
|
|
config.before(:all, :seed_helper) do
|
|
ensure_seeds
|
|
end
|
|
end
|