Sha256: ccc6a28765c087e59b8cadfc8a7668b35a3975d3883c05eced24feb0e5b465f5
Contents?: true
Size: 452 Bytes
Versions: 20
Compression:
Stored size: 452 Bytes
Contents
require 'spec_helper_system' # Here we put the more basic fundamental tests, ultra obvious stuff. describe "basic tests:" do context 'make sure we have copied the module across' do # No point diagnosing any more if the module wasn't copied properly context shell 'ls /etc/puppet/modules/nginx' do its(:stdout) { should =~ /Modulefile/ } its(:stderr) { should be_empty } its(:exit_code) { should be_zero } end end end
Version data entries
20 entries across 20 versions & 1 rubygems