# File lib/stella/client.rb, line 465 def assert_list key assert_doc fail "#{key} is empty" if doc[key].nil? || doc[key].empty? end