diff --git a/Rakefile b/Rakefile index 5f2bb29043c..ef271ed70f4 100644 --- a/Rakefile +++ b/Rakefile @@ -182,25 +182,11 @@ namespace :spec do desc '' # "Explicitly hiding from `rake -T`" RSpec::Core::RakeTask.new(:contrib) do |t, args| contrib_paths = [ - 'analytics', - 'configurable', + '*', 'configuration/*', 'configuration/resolvers/*', - 'component', - 'extensions', - 'grpc', - 'http', - 'http_route', - 'integration', - 'patchable', - 'patcher', - 'registerable', - 'registry', 'registry/*', 'propagation/**/*', - 'span_attribute_schema', - 'status_range_env_parser', - 'status_range_matcher' ].join(',') t.pattern = "spec/**/contrib/{#{contrib_paths}}_spec.rb"