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