mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-05-11 05:54:57 +00:00
Test should be passing block to RSpec wait_for
Fixes flaky test
This commit is contained in:
@@ -5,6 +5,6 @@ describe 'a running zpty command' do
|
|||||||
sleep 1 # Give a little time for precmd hooks to run
|
sleep 1 # Give a little time for precmd hooks to run
|
||||||
session.run_command('zpty -t kitty; echo $?')
|
session.run_command('zpty -t kitty; echo $?')
|
||||||
|
|
||||||
wait_for(session.content).to end_with("\n0")
|
wait_for { session.content }.to end_with("\n0")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user