covers 'facets/kernel/silence'

test_case Kernel do

  # TODO: figure out how to test silence methods

  concern "Not straight foward to test since they effect output."

  method :silence do
  end

  method :silence_stream do
  end

  method :silence_stderr do
  end

  method :silence_stdout do
  end

  method :silently do
  end

end
