Sha256: fec7ddbe6a570e76a74ba330ae80b9d37e1bf26cd9cc288ef075ee35a9316d60

Contents?: true

Size: 207 Bytes

Versions: 22

Compression:

Stored size: 207 Bytes

Contents

require 'spec_helper'

describe file('/var/tmp/hello_rundock_from_target_by_option_scenario') do
  it { should be_file }
  its(:content) { should match(/Hello Rundock from target by option Scenario./) }
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rundock-0.5.4 spec/integration/recipes/target_by_option_spec.rb
rundock-0.5.3 spec/integration/recipes/target_by_option_spec.rb