Sha256: 71b1dd899867fa7c18177e6c0500af392bc9c527e3fef4efd1be4f1c9922b086

Contents?: true

Size: 414 Bytes

Versions: 11

Compression:

Stored size: 414 Bytes

Contents

# encoding: utf-8

require 'spec_helper'
require "zabbix-ruby-client"

describe ZabbixRubyClient do

  pending "initialize the client object"
  pending "creates dirs if needed"
  pending "loads list of plugins"
  pending "initialize datafile according to config"
  pending "stores data in datafile"
  pending "runs list of plugins according to config"
  pending "issues the upload command according to config"

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.0.14 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.13 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.12 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.11 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.10 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.9 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.8 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.7 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.6 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.5 spec/lib/zabbix-ruby-client_spec.rb
zabbix-ruby-client-0.0.4 spec/lib/zabbix-ruby-client_spec.rb