diff options
| author | mo khan <mo@mokhan.ca> | 2024-12-31 11:51:58 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-12-31 14:40:07 -0700 |
| commit | 78c6a086164aa83ce2e4e57daadfbdb53a31a37f (patch) | |
| tree | 2718cbb345bb3c8257ccbaf9e1b8e7913699a3a5 /spec/support | |
| parent | 80d59246ec0752128548d6c61a2d44ec498771d7 (diff) | |
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/profiler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/profiler.rb b/spec/support/profiler.rb index 3b8b36b..51da8fb 100644 --- a/spec/support/profiler.rb +++ b/spec/support/profiler.rb @@ -7,7 +7,7 @@ RSpec.configure do |config| def with_profiler(*_args) RubyProf::GraphPrinter .new(RubyProf.profile { yield }) - .print(STDOUT, {}) + .print($stdout, {}) end end) end |
