Renames test files to `*_test.rb` (#5618)

This commit is contained in:
David Wessman 2022-11-04 09:12:31 +01:00 committed by GitHub
parent 1e80f43004
commit 09f2a4ca3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
35 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ describe Sidekiq::Component do
end
assert_match(/"a":1/, output, "didn't include the context")
assert_match(/Something didn't work!/, output, "didn't include the exception message")
assert_match(/test\/exception_handler.rb/, output, "didn't include the backtrace")
assert_match(/test\/exception_handler_test.rb/, output, "didn't include the backtrace")
end
describe "when the exception does not have a backtrace" do