Skip to content

Instantly share code, notes, and snippets.

View jamesfernandes's full-sized avatar

James Fernandes jamesfernandes

View GitHub Profile
@jamesfernandes
jamesfernandes / testr
Last active August 16, 2018 22:45
Ruby on Rails testing shortcut script
#!/bin/bash
# TODO: implement "-v" verbose arg
# TESTOPTS="-v"
# -v Verbose; log message to standard output.
# TODO: implement base command switching for `rails test` when Rails gem > v5
function _printUsage()
{