Exception: ShellMock::NoStubSpecified

Inherits:
StandardError
  • Object
show all
Defined in:
lib/shell_mock/no_stub_specified.rb

Instance Method Summary collapse

Constructor Details

#initialize(env, command, **options) ⇒ NoStubSpecified

Returns a new instance of NoStubSpecified.



3
4
5
# File 'lib/shell_mock/no_stub_specified.rb', line 3

def initialize(env, command, **options)
  super("no stub specified for #{command}")
end