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

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

RSpec.describe ActiveRecord::GitlabPatches do
  it "has a version number" do
    expect(described_class::Version::VERSION).not_to be nil
  end
end