atom-rspec
atom-rspec copied to clipboard
Work with Pry.
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.
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
Thanks for the tip, Ill have a look to see what is involved. Best, Tom.