We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ce7af commit b830d40Copy full SHA for b830d40
spec/octocatalog-diff/tests/spec_helper.rb
@@ -33,7 +33,10 @@
33
34
module OctocatalogDiff
35
class Spec
36
- # Set up a logger that is usuable across parent and child forks.
+ # Set up a logger that is usable across parent and child forks.
37
+ # This is implemented as a file rather than StringIO because StringIO doesn't reopen, and
38
+ # therefore loses the content of the child process. File handles on an actual file are not
39
+ # limited in this way.
40
class CustomLogger
41
attr_accessor :logger
42
0 commit comments