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.50 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.49 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.48 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.47 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.46 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.45 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.44 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.43 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.42 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.41 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.40 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.39 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.38 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.37 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.36 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.35 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.34 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.33 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.32 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb
itamae-mitsurin-0.31 test_project/site-cookbooks/c_test/remote_directory/spec/default_spec.rb