module Mongoid::Matchers

Constants

ValidationContext

Public Instance Methods

callback( *args ) click to toggle source
# File lib/matchers/callbacks.rb, line 105
def callback( *args )
  HaveCallbackMatcher.new( *args )
end