gitlab-org--gitlab-foss/spec/migrations/associate_existing_dast_bui...

11 lines
176 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
require_migration!
RSpec.describe AssociateExistingDastBuildsWithVariables do
it 'is a no-op' do
migrate!
end
end