diff options
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 |
