diff --git a/spec/support/utils/raml_parser.rb b/spec/support/utils/raml_parser.rb index 743865e..467f94f 100644 --- a/spec/support/utils/raml_parser.rb +++ b/spec/support/utils/raml_parser.rb @@ -33,7 +33,7 @@ def self.find_trait(trait_name) nil end - def self.find_query_parameter_example(verb, path) + def self.find_query_parameter_example(verb, path) # rubocop:disable Metrics/CyclomaticComplexity,Metrics/PerceivedComplexity resource = find_resource(verb, path) return {} unless resource