Sha256: 69f284f604ec848ca596e648f58a8a66518efe8017f8ead2915d6a382a42a6ef
Contents?: true
Size: 145 Bytes
Versions: 52
Compression:
Stored size: 145 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock') do it { should be_file } its(:content) { should match(/Hello Rundock./) } end
Version data entries
52 entries across 52 versions & 1 rubygems