Sha256: ba932550fa22beeeebbbd2795145faa11e5634a666bc1930066c0b2025b0a869
Contents?: true
Size: 293 Bytes
Versions: 27
Compression:
Stored size: 293 Bytes
Contents
require "spec_helper" module Omnibus describe Ohai do context "using hash notation" do it "allows fetching values by hash notation" do expect { Ohai["kernel"] }.to_not raise_error expect { Ohai["kernel"]["machine"] }.to_not raise_error end end end end
Version data entries
27 entries across 27 versions & 1 rubygems