Welcome to mirror list, hosted at ThFree Co, Russian Federation.

add_security_training_providers_spec.rb « production « db « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50d0653e7a2b3d7c12e57f94c36e6aee6b256992 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe 'Create security training providers in production' do
  subject { load Rails.root.join('db', 'fixtures', 'production', '004_add_security_training_providers.rb') }

  it_behaves_like 'security training providers importer'
end