I would like to be able to run the tests for a certain file from within that file, without having to switch over to the spec file.
I figure since test directories will commonly mirror the code directory in Ruby projects, we should be able to make an educated guess about where the test file might be. 😀