I'm using Sublime and Rspec with Ruby. I can run code within Sublime by pressing Command-B (Mac).
Does anyone know how to run an Rspec test from within the IDE?
I try Command-B with my spec file, but it gives me this error:
./spec_helper.rb:7: uninitialized constant RSpec (NameError)