Method: Dockerspec::Engine::Base#restore

Defined in:
lib/dockerspec/engine/base.rb

#restore(*args) ⇒ Object

Restores the engine internal status after running tests on other containers.

This is used to avoid the engine running against the last started container if you are testing multiple containers at the same time.

Does nothing by default.

Parameters:

  • args (Mixed)

    The passed arguments.

Returns:

  • void



112
# File 'lib/dockerspec/engine/base.rb', line 112

def restore(*args); end