summaryrefslogtreecommitdiff
path: root/test/unit/command_line_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/command_line_test.rb')
-rw-r--r--test/unit/command_line_test.rb1
1 files changed, 1 insertions, 0 deletions
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