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