@@ -222,7 +222,7 @@ RSpec.describe RuboCop::Cop::Gitlab::MarkUsedFeatureFlags do
...
@@ -222,7 +222,7 @@ RSpec.describe RuboCop::Cop::Gitlab::MarkUsedFeatureFlags do
include_examples'does not set any flags as used','field :solution'
include_examples'does not set any flags as used','field :solution'
include_examples'does not set any flags as used','field :runners, Types::Ci::RunnerType.connection_type'
include_examples'does not set any flags as used','field :runners, Types::Ci::RunnerType.connection_type'
include_examples'does not set any flags as used','field :runners, Types::Ci::RunnerType.connection_type, null: true, description: "hello world"'
include_examples'does not set any flags as used','field :runners, Types::Ci::RunnerType.connection_type, null: true, description: "hello world"'
include_examples'does not set any flags as used','field :solution, type: GraphQL::STRING_TYPE, null: true, description: "URL to the vulnerabilitys details page."'
include_examples'does not set any flags as used','field :solution, type: GraphQL::Types::String, null: true, description: "URL to the vulnerabilitys details page."'
end
end
describe"tracking of usage data metrics known events happens at the beginning of inspection"do
describe"tracking of usage data metrics known events happens at the beginning of inspection"do