# encoding: utf-8 require 'spec_helper' require "zabbix-ruby-client/cli" describe ZabbixRubyClient::Cli do pending "init creates a working directory" pending "show displays the list of data collected" pending "upload collects and uploads the data from system" pending "when a custom config file is specified it's taken in account" end