blob: 63becc069686afc99705e8b4cd7afd9898f4c2b5 [file] [log] [blame]
Petr Michalec8abadb12018-03-16 15:12:44 +01001
2describe command('bash /srv/salt/bootstrap.sh') do
3 its('exit_status') { should eq 0 }
4 #its('stdout') { should match (/XCVDSGSG/) }
5end
6