Method: RSpec::Expectations::Configuration#on_potential_false_positives
- Defined in:
- lib/rspec/expectations/configuration.rb
#on_potential_false_positives ⇒ Object
Indicates what RSpec will do about matcher use which will
potentially cause false positives in tests, generally you want to
avoid such scenarios so this defaults to true.
211 212 213 |
# File 'lib/rspec/expectations/configuration.rb', line 211 def on_potential_false_positives @on_potential_false_positives end |