Skip to main content

All Questions

1 vote
3 answers
2k views

Using RSpec to Test Console Application Interaction

I have several console applications that have a read, evaluate, print, loop (REPL) using readline that I would like to create tests for using RSpec if possible. I've read about mock classes, but I don'...
curt's user avatar
  • 4,592