Sha256: 1d2ec977d5d0cd7198f4271521910baf8d9d2d98b38c4cb868b29e9887d9fdfe
Contents?: true
Size: 199 Bytes
Versions: 67
Compression:
Stored size: 199 Bytes
Contents
require 'spec_helper' set :os, :family => 'linux' describe bond('bond0') do it { should exist } end describe bond('bond0') do let(:stdout) { 'eth0' } it { should have_interface 'eth0' } end
Version data entries
67 entries across 67 versions & 3 rubygems