Add method to connect terminal to tmux session during tests

Useful with `binding.pry` to inspect behavior of tests.
pull/332/head
Eric Freese 7 years ago
parent 19ad3ba7cd
commit 51fef255da

@ -77,6 +77,10 @@ class TerminalSession
map(&:to_i)
end
def attach!
tmux_command('attach-session')
end
private
attr_reader :opts

Loading…
Cancel
Save