Module: ConfidenceCheck::ForRSpec

Includes:
CheckMethod
Included in:
WithCapybara
Defined in:
lib/confidence_check/for_rspec.rb

Defined Under Namespace

Modules: WithCapybara

Instance Method Summary collapse

Methods included from CheckMethod

#confidence_check

Instance Method Details

#exception_klassesObject



6
7
8
# File 'lib/confidence_check/for_rspec.rb', line 6

def exception_klasses
  [::RSpec::Expectations::ExpectationNotMetError ]
end