Module: Mongoid::Matchers

Defined in:
lib/matchers/callbacks.rb

Defined Under Namespace

Classes: HaveCallbackMatcher, ValidationContext

Instance Method Summary collapse

Instance Method Details

#callback(*args) ⇒ Object



105
106
107
# File 'lib/matchers/callbacks.rb', line 105

def callback( *args )
  HaveCallbackMatcher.new( *args )
end