# File lib/turn/components/suite.rb, line 43 def count_assertions #@count_assertions ||= ( sum = 0; each{ |c| sum += c.count_assertions }; sum #) end