Method: Inspec::Test#remove_expectation

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

#remove_expectationObject



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

def remove_expectation
  remove_instance_variable(:@expectation)
end