简体   繁体   中英

Tests in context menu of RSpec folder in RubyMine 6.3

I'm using RubyMine 6.3 for Rails 3.2 project.

At first, in a context menu of RSpec folder in Project panel I was able to choose from the list which test I'd like to run. I've chosen "Run 'all tests in spec: …' " by mistake and now it is an only option in the context menu.

How could I change context menu option from "Run 'all tests in spec: …' " to "Run 'all specs in spec: …' " or at least reset it to default?

Check the "run" menu. You should see an option that lets you edit configurations. If you remove all the configurations that exist for the item you are testing then ruby mine will use the default to create a new configuration the next time you run a test.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM