rvm install 2.6.3
gem install bundler
bundle
Guard will run the corresponding spec when the file-under-test is saved.
bundle exec guard
- to run the guard server
press [enter] to run all specs.
- ./morse -f example/message.txt
- ./morse -m $'HELLO\nI AM IN TROUBLE'