From e207c628f9aeadf1c93b6756f00bb97789dc7673 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 28 Sep 2016 15:06:04 -0700 Subject: actually fix ci tests --- test/unit/command_line_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/command_line_test.rb') diff --git a/test/unit/command_line_test.rb b/test/unit/command_line_test.rb index 0f452ab..393bcf2 100644 --- a/test/unit/command_line_test.rb +++ b/test/unit/command_line_test.rb @@ -22,6 +22,7 @@ class CommandLineTest < Minitest::Test output = leap_bin("node add banana tags:production "+ "services:openvpn ip_address:1.1.1.1 openvpn.gateway_address:2.2.2.2") assert_match(/created nodes\/banana\.json/, output) + cleanup_files('nodes/banana.json', 'files/nodes/banana') end end -- cgit v1.2.3