summaryrefslogtreecommitdiff
path: root/tests/server-tests/white-box/webapp.rb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-11-16 13:10:41 -0500
committerMicah Anderson <micah@riseup.net>2017-11-16 13:15:32 -0500
commit6cc86459acccc915cb3dd4c9700dd5b64aef50c2 (patch)
treeef8e948d4e0b8d278dfa0f3cfe5f3eebc207ff36 /tests/server-tests/white-box/webapp.rb
parent67b73969cbc5fc4d98f096d47e5c19169c60592e (diff)
CI: Change the soledad test to run before webapp
It is more useful to check to see if Soledad is running before running the webapp tests that require soledad to be running.
Diffstat (limited to 'tests/server-tests/white-box/webapp.rb')
-rw-r--r--tests/server-tests/white-box/webapp.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/server-tests/white-box/webapp.rb b/tests/server-tests/white-box/webapp.rb
index b1ceddb1..b0285e2e 100644
--- a/tests/server-tests/white-box/webapp.rb
+++ b/tests/server-tests/white-box/webapp.rb
@@ -4,6 +4,7 @@ require 'json'
class Webapp < LeapTest
depends_on "Network"
+ depends_on "Soledad"
def setup
end