Sha256: 93c4a6a010f502dbac91dffd8a516d92cb029d998e447ba63720724a4684ad56
Contents?: true
Size: 356 Bytes
Versions: 19
Compression:
Stored size: 356 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, {:family => 'linux'} describe file('/tmp') do it { should be_readable.by_user('mail') } end describe file('/tmp') do it { should be_writable.by_user('mail') } end describe file('/tmp') do it { should be_executable.by_user('mail') } end describe file('/tmp') do it { should be_immutable } end
Version data entries
19 entries across 19 versions & 1 rubygems