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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -