Usually I do:
rspec ./spec/controllers/groups_controller_spec.rb:42
Where 42
represents the line of the test I want to run.
You can also use tags. See here.
Using bundle exec
:
bundle exec rspec ./spec/controllers/groups_controller_spec.rb:42