Sha256: a0936d3bdc0877c47f01b3c5bfdda7849262e7ff13be4c55ab79cef9debe9e98
Contents?: true
Size: 280 Bytes
Versions: 5
Compression:
Stored size: 280 Bytes
Contents
module ActiveMocker module ActiveRecord module UnknownClassMethod def method_missing(meth, *args) Logger.debug "ActiveMocker :: DEBUG :: #{meth} called from class #{self.name} is unknown and will not be available in mock.\n" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems