Sha256: 8667fb980770cb1a44fb9e377540deba38421bffc25a4a5dd53507fe46cb419b

Contents?: true

Size: 469 Bytes

Versions: 10

Compression:

Stored size: 469 Bytes

Contents

require 'spec_helper'

describe file('/var/tmp/hello_rundock_from_task_with_args_scenario/hello_rundock_from_task_with_args_scenario') do
  it { should be_file }
  its(:content) { should match(/Hello Rundock from task with args Scenario. task_with_args two 2/) }
end

describe file("/var/tmp/hello_rundock_from_#{ENV['USER']}_scenario") do
  it { should be_file }
  its(:content) { should match(/Hello Rundock from task with args Scenario. task_with_args two 2/) }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/recipes/task_with_args_spec.rb
rundock-1.2.0 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.7 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.6 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.5 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.4 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.3 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.2 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.1 spec/integration/recipes/task_with_args_spec.rb
rundock-1.1.0 spec/integration/recipes/task_with_args_spec.rb