diff options
author | elijah <elijah@riseup.net> | 2014-11-19 11:37:45 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-11-19 11:37:45 -0800 |
commit | 6200be6fbf1f05665158e9ce8b218433f2440240 (patch) | |
tree | 4a2fc6b67c649fcba77da120b25025de82969160 /tests/white-box/webapp.rb | |
parent | 7521958cc6c210d65009aa87c6c7297fd9be3dd2 (diff) |
test if soledad daemon is running
Diffstat (limited to 'tests/white-box/webapp.rb')
-rw-r--r-- | tests/white-box/webapp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/white-box/webapp.rb b/tests/white-box/webapp.rb index 0fea1c7f..2aa87403 100644 --- a/tests/white-box/webapp.rb +++ b/tests/white-box/webapp.rb @@ -1,4 +1,4 @@ -raise SkipTest unless $node["services"].include?("webapp") +raise SkipTest unless service?(:webapp) require 'json' |