spec/gitlab/feature_flag_alert_spec.rb (5 lines of code) (raw):

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