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

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

require 'spec_helper'
require_migration!

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