ruby-hyperloop / hyper-spec

The project has moved to Hyperstack!! - Drive your Hyperloop client and server tests from RSpec and Capybara
https://hyperstack.org/
MIT License
4 stars 5 forks source link

integrate with pry #18

Open catmando opened 6 years ago

catmando commented 6 years ago

allow all the on client methods to work from within pry REPL with blocks.

Currently you have to do evaluate_ruby "12+12" instead of just saying evaluate_ruby { 12 + 12 }