summaryrefslogtreecommitdiff
path: root/tests/server-tests/white-box/couchdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server-tests/white-box/couchdb.rb')
-rw-r--r--tests/server-tests/white-box/couchdb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server-tests/white-box/couchdb.rb b/tests/server-tests/white-box/couchdb.rb
index 44a2769b..dcf71bc7 100644
--- a/tests/server-tests/white-box/couchdb.rb
+++ b/tests/server-tests/white-box/couchdb.rb
@@ -9,9 +9,9 @@ class CouchDB < LeapTest
end
def test_00_Are_daemons_running?
- assert_running 'bin/beam'
+ assert_running match: 'bin/beam'
if multimaster?
- assert_running 'bin/epmd'
+ assert_running match: 'bin/epmd'
end
pass
end