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

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

require 'spec_helper'
require_migration!

RSpec.describe AssociateExistingDastBuildsWithVariables do
  it 'is a no-op' do
    migrate!
  end
end