Sha256: 977ef0c71527b15f361882a2ab84ca3e1f217b4a9ed394a3ff0fac6f70d13573

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

# encoding: utf-8

require 'spec_helper'
require "zabbix-ruby-client/plugins"
ZabbixRubyClient::Plugins.scan_dirs ["zabbix-ruby-client/plugins"]
require "zabbix-ruby-client/plugins/memory"

describe ZabbixRubyClient::Plugins::Memory do
  
  pending "populate a hash with extracted data"
  pending "splits info to prepare collection"

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.0.17 spec/lib/plugins/memory_spec.rb
zabbix-ruby-client-0.0.16 spec/lib/plugins/memory_spec.rb