Skip to content

Commit

Permalink
RSpec: Raise on potential false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Sep 30, 2024
1 parent 57e7a9e commit 0352b58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/support/expectations.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec::Expectations.configuration.tap do |config|
config.on_potential_false_positives = :raise
end

0 comments on commit 0352b58

Please sign in to comment.