Skip to content

Commit

Permalink
redo test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 7, 2024
1 parent 5b96d31 commit 6c7337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ namespace :spec do
RSpec::Core::RakeTask.new(:main) do |t, args|
t.pattern = 'spec/**/*_spec.rb'
t.exclude_pattern = 'spec/**/{contrib,benchmark,redis,auto_instrument,opentelemetry,profiling,crashtracking}/**/*_spec.rb,'\
' spec/**/{auto_instrument,opentelemetry}_spec.rb, spec/datadog/gem_packaging_spec.rb,'\
'spec/datadog/di/*_rails_spec.rb'
' spec/**/{auto_instrument,opentelemetry}_spec.rb, spec/datadog/gem_packaging_spec.rb'
t.rspec_opts = args.to_a.join(' ')
end

Expand Down Expand Up @@ -133,7 +132,7 @@ namespace :spec do

desc '' # "Explicitly hiding from `rake -T`"
RSpec::Core::RakeTask.new(:rails) do |t, args|
t.pattern = 'spec/datadog/tracing/contrib/rails/**/*_spec.rb,spec/datadog/di/*_rails_spec.rb'
t.pattern = 'spec/datadog/tracing/contrib/rails/**/*_spec.rb,spec/datadog/di/contrib/*_active_record_spec.rb'
t.exclude_pattern = 'spec/datadog/tracing/contrib/rails/**/*{active_job,disable_env,redis_cache,auto_instrument,'\
'semantic_logger}*_spec.rb'
t.rspec_opts = args.to_a.join(' ')
Expand Down
File renamed without changes.

0 comments on commit 6c7337b

Please sign in to comment.