We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd60e09 commit d7424f9Copy full SHA for d7424f9
Rakefile
@@ -91,7 +91,7 @@ namespace :spec do
91
RSpec::Core::RakeTask.new(:main) do |t, args|
92
t.pattern = 'spec/**/*_spec.rb'
93
t.exclude_pattern = 'spec/**/{appsec/integration,contrib,benchmark,redis,auto_instrument,opentelemetry,open_feature,profiling,crashtracking,error_tracking,rubocop,data_streams}/**/*_spec.rb,' \
94
- ' spec/**/{auto_instrument,opentelemetry,open_feature,process_discovery,stable_config,ddsketch}_spec.rb,' \
+ ' spec/**/{auto_instrument,opentelemetry,process_discovery,stable_config,ddsketch}_spec.rb,' \
95
' spec/datadog/gem_packaging_spec.rb'
96
t.rspec_opts = args.to_a.join(' ')
97
end
0 commit comments