DEPRECATED Use ensure_that instead
ensure_that
Usage example:
ensure_that email, "must be an email" do |v| EmailRegexp.valid?(v) end