summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-05-09 20:42:13 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-05-09 20:42:13 +0900
commitf4a595eeddd0a95d1b9cca83c90391ff7de30250 (patch)
tree9b0e17c5a5cf45a86118053aac4f2475f0309bc6
parent5a17a6323a208174896f0850ed545d297f0a23f8 (diff)
Fix Travis CI build
-rw-r--r--test/test_go.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index d252c00a..ff4eb1de 100644
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -77,8 +77,10 @@ class Tmux
end
def close
- send_keys 'C-c', 'C-u', 'exit', :Enter
- wait { closed? }
+ wait do
+ send_keys 'C-c', 'C-u', 'exit', :Enter
+ closed?
+ end
end
def kill