Last active
July 19, 2016 13:59
-
-
Save jay-johnson/be85da4f02e5c8fb722a2286f5cd494f to your computer and use it in GitHub Desktop.
Test 0
This file contains hidden or 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
| if (test_num == 0 ) | |
| { | |
| // Test we can download the home page from the running django docker container | |
| sh "docker exec -t ${container_name} curl -s http://localhost/home/ | grep Welcome | wc -l | tr -d '\n' > /tmp/test_results" | |
| expected_results = 1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment