Sha256: d54222d7186c25ac273df76db0469314c19abf92db1ac847c582643d009cc30f
Contents?: true
Size: 398 Bytes
Versions: 3
Compression:
Stored size: 398 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_task_with_merging/do_task_1') do it { should be_file } its(:content) { should match(/Hello Rundock from task with merging do task 1/) } end describe file('/var/tmp/hello_rundock_from_task_with_merging/do_task_2') do it { should be_file } its(:content) { should match(/Hello Rundock from task with merging do task 2/) } end
Version data entries
3 entries across 3 versions & 1 rubygems