debian-mirror-gitlab/spec/migrations/associate_existing_dast_builds_with_variables_spec.rb
2022-08-27 11:52:29 +05:30

10 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