- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use built-in Ruby debug option vs custom module
The debug mode has become less important in recent years since we stopped monkey-patching the test libraries. The only downside I can see for this is that we'll see *all* Ruby debug output when this option is enabled which might obscure Mocha's debug output. However, I think we'll cross that bridge if/when we come to it. I did consider setting `RUBYOPT=-d` in the `environment` entry in `.circleci/config.yml` to replace `MOCHA_OPTIONS=debug`. However, this would've cluttered up the CI build output unnecessarily. Closes #714.
1 parent
69ef41c
commit 78a5d80
Showing
6 changed files
with
9 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters