aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/spec/spec_helper.rb')
-rw-r--r--src/ruby/spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ruby/spec/spec_helper.rb b/src/ruby/spec/spec_helper.rb
index c891c1bf5e..c2be0afa72 100644
--- a/src/ruby/spec/spec_helper.rb
+++ b/src/ruby/spec/spec_helper.rb
@@ -67,3 +67,5 @@ RSpec.configure do |config|
end
RSpec::Expectations.configuration.warn_about_potential_false_positives = false
+
+Thread.abort_on_exception = true