Skip to content

Commit b830d40

Browse files
committed
Make comment more readable
1 parent f7ce7af commit b830d40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/octocatalog-diff/tests/spec_helper.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333

3434
module OctocatalogDiff
3535
class Spec
36-
# Set up a logger that is usuable across parent and child forks.
36+
# 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.
3740
class CustomLogger
3841
attr_accessor :logger
3942

0 commit comments

Comments
 (0)