131 132 133 134 135
# File 'lib/inspec/rule.rb', line 131 def expect(value, &block) target = Inspec::Expect.new(value, &with_dsl(block)) __add_check('expect', [value], target) target end