Sha256: d68fe9dd50cf9352dac5003b99ef9b50da15e625d0c0677085410e397e0a3e16
Contents?: true
Size: 302 Bytes
Versions: 40
Compression:
Stored size: 302 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_deploy_dst_file_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from deploy Scenario./) } end describe file('/var/tmp/hello_rundock_from_deploy_dst_dir_scenario') do it { should be_directory } end
Version data entries
40 entries across 40 versions & 1 rubygems