Skip to content

Commit

Permalink
Renames test files to *_test.rb (#5618)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwessman authored Nov 4, 2022
1 parent 1e80f43 commit 09f2a4c
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def invoke_exception(args)
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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 09f2a4c

Please sign in to comment.