Method: Inspec::Test#remove_expectation

Defined in:
lib/inspec/objects/test.rb

#remove_expectationObject



34
35
36
# File 'lib/inspec/objects/test.rb', line 34

def remove_expectation
  remove_instance_variable(:@expectation)
end