Skip to content

Commit af90f74

Browse files
committed
RSpec: Raise on potential false positives
1 parent 54a8a0c commit af90f74

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

spec/support/expectations.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)