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?
- Right click on the individual test that you want to run (do this "xxx" ), Or describe the reference / description.
- Select 'Play XXX ...'
Comments
Post a Comment