How do I configure Aptana 3 IDE to run rspec tests for my Rails project?

116 Views Asked by At

I'm using Aptana Studio 3 on Mac High Sierra. I have imported my Rails 5 project and would like to debug some rspec tests in the IDE. On the command line, I normally run

bundle exec rspec /spec/path/test_spec.rb

but I would like to be able to set breakpoints and debug at a more granular level. I tried following the instructions for setting up rspec here -- Running rspec on Aptana 3 but when I open my Command menu and select the "rspec" option, most of the menu options are empty

enter image description here

Even when I further expand the menus, everything is disabled (empty) ...

enter image description here

What else do I need to do to configure my IDE to run rspec tests?

1

There are 1 best solutions below

4
champion-runner On

Did you try again after restarting it?

You can try Ctrl + Shift + R and also this tutorial specifically assumes Terminal use. If your errors still remain then try reaching the mailing list

mailing-list