method

assert_blank

assert_blank(object)
public

Test if an expression is blank. Passes if object.blank? is true.

  assert_blank [] # => true