diff options
author | elijah <elijah@riseup.net> | 2014-06-25 14:37:52 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-25 14:37:52 -0700 |
commit | c463cb45bafeb308aa778844f3a0a7eadb467597 (patch) | |
tree | 3fba3ed849ae386d45789c2651ca154e9037e0a9 /tests/white-box/webapp.rb | |
parent | ffe760c06b3189bc5d67653e952fd44fdb0f08cf (diff) | |
parent | fba004bc8cbee0d9556538342ce78ac1c9d1229b (diff) |
Merge branch 'develop' into feature/couch
Diffstat (limited to 'tests/white-box/webapp.rb')
-rw-r--r-- | tests/white-box/webapp.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/white-box/webapp.rb b/tests/white-box/webapp.rb index 142ac2de..05b86a41 100644 --- a/tests/white-box/webapp.rb +++ b/tests/white-box/webapp.rb @@ -60,4 +60,13 @@ class Webapp < LeapTest pass end + # + # this is technically a black-box test. so, move this when we have support + # for black box tests. + # + def test_04_Can_access_webapp? + assert_get('https://' + $node['webapp']['domain'] + '/') + pass + end + end |