Skip to content

Commit d7424f9

Browse files
committed
Adjust Raketask to include open_feature.rb
1 parent bd60e09 commit d7424f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace :spec do
9191
RSpec::Core::RakeTask.new(:main) do |t, args|
9292
t.pattern = 'spec/**/*_spec.rb'
9393
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,' \
94+
' spec/**/{auto_instrument,opentelemetry,process_discovery,stable_config,ddsketch}_spec.rb,' \
9595
' spec/datadog/gem_packaging_spec.rb'
9696
t.rspec_opts = args.to_a.join(' ')
9797
end

0 commit comments

Comments
 (0)