Add TerminalSession helper for managing a tmux session

This commit is contained in:
Eric Freese
2017-01-19 22:33:31 -07:00
parent e6591d5de0
commit 07a6768fcb
2 changed files with 56 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
require 'rspec/wait'
require 'terminal_session'
RSpec.configure do |config|
config.expect_with :rspec do |expectations|