Sha256: 7540c77b8490cb5d864d0e6a9eede469f44f38b67536430afcf32a77b6b2da26
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
require 'spec_helper' describe "ignore" do example "ignore" do hosts.each do |host| on host, 'echo hello' end end example "access options hash" do install_pe end hosts.each do |node| describe service('ssh'), :node => node do it { should be_running } it { should be_enabled } end end end
Version data entries
9 entries across 9 versions & 1 rubygems