Created
February 25, 2014 21:15
-
-
Save ryzy/9217940 to your computer and use it in GitHub Desktop.
kitchen serverspec log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Finished setting up <default-centos-do> (0m23.81s). | |
-----> Verifying <default-centos-do>... | |
Suite path directory /tmp/busser/suites does not exist, skipping. | |
Uploading /tmp/busser/suites/serverspec/localhost/neos_spec.rb (mode=0644) | |
Uploading /tmp/busser/suites/serverspec/spec_helper.rb (mode=0644) | |
-----> Running serverspec test suite | |
/opt/chef/embedded/bin/ruby -I/tmp/busser/suites/serverspec -S /opt/chef/embedded/bin/rspec /tmp/busser/suites/serverspec/localhost/neos_spec.rb --color --format documentation | |
::neos tests | |
File "/etc/nginx/include-neos-rewrites.conf" | |
should be file | |
content | |
should match /_Resources\/Persistent/ | |
File "/etc/nginx/sites-available/neos" | |
should be file | |
content | |
should match /server_name\s+neos/ | |
Command "/etc/init.d/nginx restart" | |
should return exit status 0 | |
stdout | |
should match /Starting nginx.+?OK/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment