summaryrefslogtreecommitdiff
path: root/spec/migrations/associate_existing_dast_builds_with_variables_spec.rb
blob: 67d215c781b1eafe03398424ebe7d728bec1cf39 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'
require_migration!

RSpec.describe AssociateExistingDastBuildsWithVariables, feature_category: :dynamic_application_security_testing do
  it 'is a no-op' do
    migrate!
  end
end