When I try and run a test by pressing C-c ,s
the test is not being run from the project directory but from my home directory, e.g.
bundle exec ruby -Ilib\:test\:spec /Users/paulcowan/projects/crm/test/integration/contacts/import_contact_test.rb -ntest_primary_values_set_if_provided
The project directory is /Users/paulcowan/projects/crm. Is there a way that I can specify the project directory? If I am in the home directory then it does not pick up the correct rbenv version.