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

validation_spec.rb « schema « gitlab « spec « gitlab-schema-validation « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4a06abab48d3483a27e469ff257258302d0cbd4 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.describe Gitlab::Schema::Validation do
  it "has a version number" do
    expect(Gitlab::Schema::Validation::Version::VERSION).not_to be_nil
  end
end