Is it possible to make the `*_test.rb` files executable by default and to add a hashbang in the form of `#!/usr/bin/env ruby`? That way I can just type `./<Tab>`, which makes running tests ever so slightly easier ;-)
Is it possible to make the
*_test.rbfiles executable by default and to add a hashbang in the form of#!/usr/bin/env ruby?That way I can just type
./<Tab>, which makes running tests ever so slightly easier ;-)