mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-10 01:31:45 +00:00
10 lines
216 B
Ruby
10 lines
216 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.describe Gitlab::Database::LockRetries do
|
|
it "has a version number" do
|
|
expect(Gitlab::Database::LockRetries::VERSION).not_to be nil
|
|
end
|
|
|
|
xit "does something useful"
|
|
end
|