module Metaractor::Spec::Matchers
Public Instance Methods
include_errors(*expected)
click to toggle source
# File lib/metaractor/spec.rb, line 36 def include_errors(*expected) Metaractor::Spec::Matchers::IncludeErrors.new(*expected) end