From 2552e831b32a12ed7cff919aee7c19ce8e2b54ee Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Thu, 1 Aug 2019 15:49:38 +0200 Subject: [PATCH] chore(rspec): supress warnings on false positives --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8fab38a7..abe5efbc 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -38,6 +38,7 @@ RSpec.configure do |config| # ...rather than: # # => "be bigger than 2" expectations.include_chain_clauses_in_custom_matcher_descriptions = true + expectations.on_potential_false_positives = :nothing end # rspec-mocks config goes here. You can use an alternate test double