Skip to content

Commit

Permalink
move spec again
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 8, 2024
1 parent 72c07d3 commit 6707630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,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/contrib/*_active_record_spec.rb'
t.pattern = 'spec/datadog/tracing/contrib/rails/**/*_spec.rb,spec/datadog/di/contrib/rails/**/*_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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'datadog/tracing/contrib/rails/rails_helper'
require "datadog/di/spec_helper"
require "datadog/di/serializer"
require_relative '../serializer_helper'
require_relative '../../serializer_helper'
require 'active_record'
require "datadog/di/contrib/active_record"

Expand Down

0 comments on commit 6707630

Please sign in to comment.