# File lib/active_support/testing/assertions.rb, line 67 def assert_blank(object) assert object.blank?, "#{object.inspect} is not blank" end