We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a8a0c commit af90f74Copy full SHA for af90f74
1 file changed
spec/support/expectations.rb
@@ -0,0 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
+RSpec::Expectations.configuration.tap do |config|
4
+ config.on_potential_false_positives = :raise
5
+end
0 commit comments