Method: Inspec::Test#remove_expectation
- Defined in:
- lib/inspec/objects/test.rb
#remove_expectation ⇒ Object
36 37 38 |
# File 'lib/inspec/objects/test.rb', line 36 def remove_expectation remove_instance_variable(:@expectation) end |