Class: InspecPlugins::TextFixture::MockPlugin

Inherits:
Object
  • Object
show all
Defined in:
lib/inspec-test-fixture/mock_plugin.rb

Instance Method Summary collapse

Instance Method Details

#execute(opts = {}) ⇒ Object



8
9
10
11
# File 'lib/inspec-test-fixture/mock_plugin.rb', line 8

def execute(opts = {})
  # Check to see if Array responds to 'third'
  Array.respond_to?(:third)
end