Running a Single Spec
Here is a bash function that creates a command (if included in your .bash_profile) that will let you run a single example:
function rsUse it like this:
{
rake spec SPEC=spec/$1 SPEC_OPTS="-e \"$2\""
}
rs models/submission_spec.rb "should be rejected if research process is set to :not_interested"