summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 18a2ae888b..b85eaa5345 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -117,6 +117,7 @@ RSpec.configure do |config|
config.filter_run focus: true
config.filter_run_excluding external: true
config.raise_on_warning = true
+ config.raise_errors_for_deprecations!
# Explicitly disable :should syntax
# And set max_formatted_output_length to nil to prevent RSpec from doing truncation.