module Shoulda::Matchers

Constants

AssertionError

Test::Unit has been loaded already, so we use it

VERSION

Public Class Methods

warn(msg) click to toggle source
# File lib/shoulda/matchers/warn.rb, line 3
def self.warn(msg)
  Kernel.warn "Warning from shoulda-matchers:\n\n#{msg}"
end