标签: ruby aptana
我想使用集成的aptana studio调试器调试一个rspec文件。
问题是:如何告诉aptana调用命令:
bundle exec rspec [my_spec_file]
而不仅仅是
ruby
当然我需要更长的调用cmd来加载所有先决条件。