summaryrefslogtreecommitdiffhomepage
path: root/test/spec_helper.rb
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-05-19 19:57:58 -0400
committerTom Black <[email protected]>2017-05-20 21:40:40 -0400
commit09ed2811ad3ccb9af50028447fabbcee5b5c5ae2 (patch)
treefb79eb28497e2ccc2d44b86a40034984649e9eb3 /test/spec_helper.rb
parent6ab1ad93c6ae1704fee0adb77dbcf8c721913a73 (diff)
downloadruby2d-09ed2811ad3ccb9af50028447fabbcee5b5c5ae2.tar.gz
ruby2d-09ed2811ad3ccb9af50028447fabbcee5b5c5ae2.zip
Remove trailing whitespace everywhere
It's what all the kids are doing
Diffstat (limited to 'test/spec_helper.rb')
-rw-r--r--test/spec_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec_helper.rb b/test/spec_helper.rb
index d93bff8..b69dfa6 100644
--- a/test/spec_helper.rb
+++ b/test/spec_helper.rb
@@ -2,11 +2,11 @@ RSpec.configure do |config|
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
end
-
+
config.mock_with :rspec do |mocks|
mocks.verify_partial_doubles = true
end
-
+
# Silence output when running tests
original_stderr = $stderr
original_stdout = $stdout