diff options
| -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 | 
