Skip to content

Instantly share code, notes, and snippets.

@apotonick
Created July 9, 2015 23:54
Show Gist options
  • Save apotonick/aa768d47d56429b6dc4b to your computer and use it in GitHub Desktop.
Save apotonick/aa768d47d56429b6dc4b to your computer and use it in GitHub Desktop.
My Minitest setup
# Gemfile:
gem "minitest-line"
# ~/.bash_login
alias t="bundle exec ruby -Itest "
# running tests:
# $ t test/crud_test.rb -l 122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment