Files
2023-12-08 03:15:41 +00:00

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