Created
July 9, 2015 23:54
-
-
Save apotonick/aa768d47d56429b6dc4b to your computer and use it in GitHub Desktop.
My Minitest setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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