thoughtbot--shoulda-matchers/lib/shoulda/matchers/warn.rb

8 lines
135 B
Ruby

module Shoulda
module Matchers
def self.warn(msg)
Kernel.warn "Warning from shoulda-matchers:\n\n#{msg}"
end
end
end