Skip to content

Commit

Permalink
tests: disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimo committed Oct 3, 2024
1 parent 132864f commit 8fb167c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/action_mailer/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Rake::TestTask.new :test do |t|
t.libs << 'test'
t.libs << 'lib'
t.test_files = FileList['test/**/*_test.rb']
t.warning = false
end

YARD::Rake::YardocTask.new do |t|
Expand Down

0 comments on commit 8fb167c

Please sign in to comment.