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