ruby on rails - Debug a specific test/spec in RubyMine -


I am using Ruby Mani and RSPEC as a test framework for ROR development.

I often use the "debug speck" configuration to run the specs and I find it very useful. But it takes too long for all the tests to end the walk, especially with the process-related debugger.

How can I debug specific tests / imagery in RubyMine?

  1. Right click on the individual test that you want to run (do this "xxx" ), Or describe the reference / description.
  2. Select 'Play XXX ...'

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -