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

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

RSpec.describe GitlabActiveRecord do
  it "has a version number" do
    expect(GitlabActiveRecord::VERSION).not_to be nil
  end
end