class ShellMock::NoStubSpecified

Public Class Methods

new(env, command, options) click to toggle source
Calls superclass method
# File lib/shell_mock/no_stub_specified.rb, line 3
def initialize(env, command, options)
  super("no stub specified for #{command}")
end