Sha256: 4be24eaf977237b1cc2bd5d25f6aa8c5d080f4ef686eebdce007bc0e6a4e8e31

Contents?: true

Size: 393 Bytes

Versions: 43

Compression:

Stored size: 393 Bytes

Contents


describe file('/root/test/remote_dir') do
  it { should be_directory }
  it { should be_owned_by 'root' }
  it { should be_mode 755 }
end

describe file('/root/test/remote_dir/a.txt') do
  it { should exist }
end

describe file('/root/test/remote_dir/b.txt') do
  it { should exist }
end

describe file('/root/test/remote_dir/c.txt') do
  it { should exist }
  it { should be_mode 755 }
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
itamae-mitsurin-0.30 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.29 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.28 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.27 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.26 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.24 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.23 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.22 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.21 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.20 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.19 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.18 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.17 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.16 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.15 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.14 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.13 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.12 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.11 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.10 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb