Sha256: 0cb2e605f5c1d668332fe016d6c2ee0e702d1fd0c8ce8e1cffb5f0ced764366e

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

describe command('whoami') do
  it { should return_stdout 'vagrant' }
end

describe command('cat /etc/resolv.conf') do
  it { should return_stdout /8\.8\.8\.8/ }
end

describe command('ls /foo') do
  it { should return_stderr /No such file or directory/ }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
praegustator-0.3.0 features_setup/recipies/checks/basic_commands.rb
praegustator-0.2.0 features_setup/recipies/checks/basic_commands.rb
praegustator-0.1.0 features_setup/recipies/checks/basic_commands.rb