53 54 55 56 57
# File 'lib/inspec/objects/describe.rb', line 53 def add_test(its, matcher, expectation) test = Inspec::Describe::Test.new(its, matcher, expectation, false) tests.push(test) test end