Sha256: 788db9bf4d75b1e46a6dc219a1c07de98b77a772a7f2e4c276c77bac29f803fb
Contents?: true
Size: 167 Bytes
Versions: 13
Compression:
Stored size: 167 Bytes
Contents
module ShellMock class NoStubSpecified < StandardError def initialize(env, command, **options) super("no stub specified for #{command}") end end end
Version data entries
13 entries across 13 versions & 1 rubygems