class ChefSpec::Stubs::CommandStub
def signature
def signature if @block "stub_command(#{@command.inspect}) { # Ruby code }" else "stub_command(#{@command.inspect}).and_return(#{@value})" end end
def signature if @block "stub_command(#{@command.inspect}) { # Ruby code }" else "stub_command(#{@command.inspect}).and_return(#{@value})" end end