diff options
| author | Tom Black <[email protected]> | 2018-09-26 17:21:34 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-26 17:21:34 -0700 |
| commit | e2fb9c34d6f56ec833e0451b26a02c304afaf71b (patch) | |
| tree | 35029a30d2d0074ad783926fcd83e6dfe1401a37 /test/spec_helper.rb | |
| parent | 6351fe4b374000ba78e3a7795f0f05e63cbdbc29 (diff) | |
| download | ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.tar.gz ruby2d-e2fb9c34d6f56ec833e0451b26a02c304afaf71b.zip | |
Documentation and style updates
Diffstat (limited to 'test/spec_helper.rb')
| -rw-r--r-- | test/spec_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec_helper.rb b/test/spec_helper.rb index b69dfa6..3960a15 100644 --- a/test/spec_helper.rb +++ b/test/spec_helper.rb @@ -12,8 +12,8 @@ RSpec.configure do |config| original_stdout = $stdout config.before(:all) do # Redirect stderr and stdout - $stderr = File.open(File::NULL, "w") - $stdout = File.open(File::NULL, "w") + $stderr = File.open(File::NULL, 'w') + $stdout = File.open(File::NULL, 'w') end config.after(:all) do # Restore |
