gitlab-ce/gems/gitlab-backup-cli/spec/gitlab/backup/cli_spec.rb

8 lines
165 B
Ruby

# frozen_string_literal: true
RSpec.describe Gitlab::Backup::Cli do
it "has a version number" do
expect(Gitlab::Backup::Cli::VERSION).not_to be nil
end
end