Sha256: 6db65ddc274a3f2cc645cd2f0ad6a6f14d8aab398ac8ec9913960207089239c4
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
module ShellMock class NoStubSpecified < StandardError def initialize(env, command, options) super("no stub specified for #{command}") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shell_mock-0.7.2 | lib/shell_mock/no_stub_specified.rb |