class Terrapin::CommandLine::FakeRunner

def call(command, env = {}, options = {})

def call(command, env = {}, options = {})
  commands << [command, env]
  Output.new("")
end