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

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

require 'spec_helper'
require_migration!

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