Module: Metaractor::Spec::Matchers
- Defined in:
- lib/metaractor/spec.rb
Defined Under Namespace
Classes: IncludeErrors
Instance Method Summary collapse
Instance Method Details
#include_errors(*expected) ⇒ Object
36 37 38 |
# File 'lib/metaractor/spec.rb', line 36 def include_errors(*expected) Metaractor::Spec::Matchers::IncludeErrors.new(*expected) end |