atom-rspec icon indicating copy to clipboard operation
atom-rspec copied to clipboard

Work with Pry.

Open tombroomfield opened this issue 9 years ago • 2 comments

Not sure what would be involved here, but it would be fantastic if the plugin supported using the Pry gem in tests. Currently trigger a binding.pry debug call results in crashing the plugin. At the moment I am swapping out to terminal to run tests when I need to debug with Pry.

tombroomfield avatar Apr 30 '15 05:04 tombroomfield

All the plugin does is run rspec in the background and copy the output into an atom window. Not sure what would it take to make it interactive, a good start could be taking a look at how terminal plugins work, for example: https://github.com/webBoxio/atom-term2

matugm avatar May 01 '15 03:05 matugm

Thanks for the tip, Ill have a look to see what is involved. Best, Tom.

tombroomfield avatar May 03 '15 23:05 tombroomfield