mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Renames test files to *_test.rb
(#5618)
This commit is contained in:
parent
1e80f43004
commit
09f2a4ca3b
35 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue