diff options
| author | Micah Anderson <micah@riseup.net> | 2017-11-16 13:10:41 -0500 | 
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2017-11-16 13:15:32 -0500 | 
| commit | 6cc86459acccc915cb3dd4c9700dd5b64aef50c2 (patch) | |
| tree | ef8e948d4e0b8d278dfa0f3cfe5f3eebc207ff36 | |
| parent | 67b73969cbc5fc4d98f096d47e5c19169c60592e (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.
| -rw-r--r-- | tests/server-tests/white-box/webapp.rb | 1 | 
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 | 
