summaryrefslogtreecommitdiff
path: root/tests/white-box/openvpn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/white-box/openvpn.rb')
-rw-r--r--tests/white-box/openvpn.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/white-box/openvpn.rb b/tests/white-box/openvpn.rb
index 5eb2bdb5..23a40426 100644
--- a/tests/white-box/openvpn.rb
+++ b/tests/white-box/openvpn.rb
@@ -1,6 +1,6 @@
-raise SkipTest unless $node["services"].include?("openvpn")
+raise SkipTest unless service?(:openvpn)
-class Openvpn < LeapTest
+class OpenVPN < LeapTest
depends_on "Network"
def setup