Sha256: d1f357df8e310a1c2485a8c379a12baa0bbf8c42b10bf497d5eca5792d6447ff
Contents?: true
Size: 230 Bytes
Versions: 93
Compression:
Stored size: 230 Bytes
Contents
require 'spec_helper' set :os, :family => 'linux' describe get_command(:get_inventory_memory) do it { should eq 'cat /proc/meminfo' } end describe get_command(:get_inventory_cpu) do it { should eq 'cat /proc/cpuinfo' } end
Version data entries
93 entries across 93 versions & 1 rubygems