Sha256: 65d90d19a6e2ab5041dca0a72c3e30863f0f700c25b737bb20272cec75473273
Contents?: true
Size: 260 Bytes
Versions: 16
Compression:
Stored size: 260 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_deploy_erb_dst_file_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from deploy erb runrunrundock Scenario./) } its(:content) { should match(/Linux/) } end
Version data entries
16 entries across 16 versions & 1 rubygems