11 12 13 14 15 16
# File 'lib/inspec/objects/each_loop.rb', line 11 def add_test(t = nil) t ||= Test.new t.qualifier[0] = ['entry'] @tests.push(t) t end