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